Skip to content

Commit c85b9ac

Browse files
committed
Force-enable DD_TRACE_HTTP_SERVER_ERROR_STATUSES and DD_TRACE_HTTP_CLIENT_ERROR_STATUSES system-tests
1 parent 3524640 commit c85b9ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/forced-tests-list.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010

1111
# Example :
1212
# tests/parametric/test_config_consistency.py::Test_Stable_Config_Default::test_config_precedence
13+
14+
tests/test_config_consistency.py::Test_Config_HttpClientErrorStatuses_FeatureFlagCustom
15+
tests/test_config_consistency.py::Test_Config_HttpServerErrorStatuses_FeatureFlagCustom

.github/workflows/system-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
TELEMETRY_APP_STARTED_PRODUCTS_DISABLED,
109109
TELEMETRY_DEPENDENCY_LOADED_TEST_FOR_DEPENDENCY_COLLECTION_DISABLED,
110110
TELEMETRY_LOG_GENERATION_DISABLED,
111-
TELEMETRY_METRIC_GENERATION_DISABLED
111+
TELEMETRY_METRIC_GENERATION_DISABLED,
112+
TRACING_CONFIG_NONDEFAULT
112113
needs:
113114
- build
114115
uses: DataDog/system-tests/.github/workflows/system-tests.yml@2cbe759487228ade311550caa67a9131659a8f0b # Automated: This reference is automatically updated.

0 commit comments

Comments
 (0)