Remove unnecessary flaky branch of test_object_spilling_2 on OSX (#15673)

This commit is contained in:
Eric Liang 2021-05-07 11:59:38 -07:00 committed by GitHub
parent 1d834bcbe3
commit 0fb2b6560d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)