diff --git a/tests/ci/stress_check.py b/tests/ci/stress_check.py index 2ae734d4345..75c425f6231 100644 --- a/tests/ci/stress_check.py +++ b/tests/ci/stress_check.py @@ -34,6 +34,9 @@ from upload_result_helper import upload_results def get_additional_envs() -> List[str]: result = [] + # some cloud-specific features require feature flags enabled + # so we need this ENV to be able to disable the randomization + # of feature flags result.append(f"RANDOMIZE_KEEPER_FEATURE_FLAGS=1") return result