mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
skip test_spill (#13693)
This commit is contained in:
@@ -214,7 +214,7 @@ def test_spill_objects_automatically(object_spilling_config, shutdown_only):
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
platform.system() == "Windows", reason="Failing on Windows.")
|
||||
platform.system() in ["Darwin", "Windows"], reason="Failing on Windows.")
|
||||
def test_spill_stats(object_spilling_config, shutdown_only):
|
||||
# Limit our object store to 75 MiB of memory.
|
||||
object_spilling_config, _ = object_spilling_config
|
||||
|
||||
Reference in New Issue
Block a user