Skip to content

Commit

Permalink
Split python/ray/tests/test_actor_retry over two files (ray-project#4…
Browse files Browse the repository at this point in the history
…7188)

The `test_actor_retry` tests are failing/flaky on windows. They pass locally. I have not been able to access the CI logs to see what is going wrong. In order to shrink the problem (is it a overall timeout? Is one of the tests failing?) we can start by splitting the tests into two files.

Toward solving ray-project#43845.

Signed-off-by: ujjawal-khare <[email protected]>
  • Loading branch information
mattip authored and ujjawal-khare committed Oct 15, 2024
1 parent 29dd7e0 commit 063d004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ray/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ py_test_module_list(
py_test_module_list(
files = [
"test_actor.py",
"test_actor_lineage_reconstruction.py",
"test_actor_retry1.py",
"test_actor_retry2.py",
"test_actor_failures.py",
Expand Down

0 comments on commit 063d004

Please sign in to comment.