Skip to content

Commit c7af86e

Browse files
authored
[ci] change RAYCI_DISABLE_TEST_DB value to true (ray-project#42500)
Signed-off-by: can <can@anyscale.com>
1 parent 14b9973 commit c7af86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ray_ci/tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def _get_flaky_test_targets(
369369
# load flaky tests from yaml
370370
yaml_flaky_tests = set(yaml.safe_load(f)["flaky_tests"])
371371
# load flaky tests from DB
372-
if os.environ.get("RAYCI_DISABLE_TEST_DB") == "1":
372+
if os.environ.get("RAYCI_DISABLE_TEST_DB") == "true":
373373
s3_flaky_tests = set()
374374
else:
375375
s3_flaky_tests = {

0 commit comments

Comments
 (0)