Skip to content

Commit

Permalink
skip test_spill (ray-project#13693)
Browse files Browse the repository at this point in the history
  • Loading branch information
amogkam authored Jan 25, 2021
1 parent d96a9fa commit 9feae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tests/test_object_spilling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9feae90

Please sign in to comment.