From 9feae90e3bbf1455017d3cf8741c58704ade6906 Mon Sep 17 00:00:00 2001 From: Amog Kamsetty Date: Mon, 25 Jan 2021 14:37:07 -0800 Subject: [PATCH] skip test_spill (#13693) --- python/ray/tests/test_object_spilling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tests/test_object_spilling.py b/python/ray/tests/test_object_spilling.py index 68824b7bb..a80a91580 100644 --- a/python/ray/tests/test_object_spilling.py +++ b/python/ray/tests/test_object_spilling.py @@ -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