mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Disable atexit test on windows (#13207)
This commit is contained in:
@@ -875,6 +875,7 @@ def test_actor_creation_latency(ray_start_regular_shared):
|
||||
actor_create_time - start, end - start))
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
|
||||
@pytest.mark.parametrize(
|
||||
"exit_condition",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user