mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Remove unnecessary flaky branch of test_object_spilling_2 on OSX (#15673)
This commit is contained in:
parent
1d834bcbe3
commit
0fb2b6560d
1 changed files with 0 additions and 6 deletions
|
@ -314,12 +314,6 @@ def test_no_release_during_plasma_fetch(object_spilling_config, shutdown_only):
|
|||
do_test_release_resource(object_spilling_config, expect_released=False)
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
platform.system() == "Windows", reason="Failing on Windows.")
|
||||
def test_release_during_plasma_fetch(object_spilling_config, shutdown_only):
|
||||
do_test_release_resource(object_spilling_config, expect_released=True)
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
platform.system() == "Windows", reason="Failing on Windows.")
|
||||
@pytest.mark.timeout(30)
|
||||
|
|
Loading…
Add table
Reference in a new issue