Skip to content

Commit

Permalink
[Core][CI] Mark test_runtime_env_working_dir_3 flaky
Browse files Browse the repository at this point in the history
Co-authored-by: SangBin Cho <sangcho@sangcho-LT93GQWG9C.local>
  • Loading branch information
rkooo567 and SangBin Cho authored Dec 9, 2023
1 parent 2307fd1 commit bfa35fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/ray/tests/test_runtime_env_working_dir_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
check_local_files_gced,
wait_for_condition,
find_free_port,
skip_flaky_core_test_premerge,
)

# This test requires you have AWS credentials set up (any AWS credentials will
Expand Down Expand Up @@ -252,6 +253,7 @@ def check(self):
wait_for_condition(lambda: check_local_files_gced(cluster, whitelist))
print("check_local_files_gced passed wait_for_condition block.")

@skip_flaky_core_test_premerge("https://github.com/ray-project/ray/issues/40781")
@pytest.mark.parametrize("option", ["working_dir", "py_modules"])
@pytest.mark.parametrize(
"source", [S3_PACKAGE_URI, lazy_fixture("tmp_working_dir")]
Expand Down

0 comments on commit bfa35fd

Please sign in to comment.