Skip to content
2 changes: 2 additions & 0 deletions tests/parametric/test_dynamic_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
# Decrease the heartbeat/poll intervals to speed up the tests
"DD_TELEMETRY_HEARTBEAT_INTERVAL": "0.2",
"DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS": "0.2",
# This suite validates RC capabilities; Feature Flagging RC is explicit opt-in.
"DD_FEATURE_FLAGS_CONFIGURATION_SOURCE": "remote_config",
Comment thread
leoromanovsky marked this conversation as resolved.
# Disable CSS which is enabled by default on Go
"DD_TRACE_STATS_COMPUTATION_ENABLED": "false",
}
Expand Down
Loading
Loading