Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio2368 authored Oct 18, 2023
1 parent 70d366a commit be7be17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci/stress_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@

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
Expand Down

0 comments on commit be7be17

Please sign in to comment.