Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion manifests/cpp_httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,13 @@ manifest:
tests/test_telemetry.py::Test_Log_Generation: '>=1.0.3' # Modified by easy win activation script
tests/test_telemetry.py::Test_Log_Generation::test_log_generation_enabled: missing_feature # Created by easy win activation script
tests/test_telemetry.py::Test_MessageBatch: '>=1.0.3' # Modified by easy win activation script
tests/test_telemetry.py::Test_Metric_Generation_Enabled: missing_feature
tests/test_telemetry.py::Test_Metric_Generation_Enabled: '>=1.0.3' # Modified by easy win activation script
tests/test_telemetry.py::Test_Metric_Generation_Enabled::test_metric_general_logs_created: missing_feature # Created by easy win activation script
tests/test_telemetry.py::Test_Metric_Generation_Enabled::test_metric_telemetry_api_requests: missing_feature # Created by easy win activation script
tests/test_telemetry.py::Test_Metric_Generation_Enabled::test_metric_telemetry_api_responses: missing_feature # Created by easy win activation script
tests/test_telemetry.py::Test_Metric_Generation_Enabled::test_metric_tracers_spans_enqueued_for_serialization: missing_feature # Created by easy win activation script
tests/test_telemetry.py::Test_Metric_Generation_Enabled::test_metric_tracers_trace_chunks_enqueued_for_serialization: missing_feature # Created by easy win activation script
tests/test_telemetry.py::Test_Metric_Generation_Enabled::test_metric_tracers_trace_chunks_sent: missing_feature # Created by easy win activation script
tests/test_telemetry.py::Test_ProductsDisabled: irrelevant
tests/test_telemetry.py::Test_Telemetry::test_api_still_v1: irrelevant
tests/test_telemetry.py::Test_Telemetry::test_app_dependencies_loaded: irrelevant
Expand Down
Loading