[core] Skip windows test for adjusting worker OOM score (#24744)

Fixes CI failure introduced in #24623.
This commit is contained in:
Stephanie Wang 2022-05-12 16:01:50 -04:00 committed by GitHub
parent e2ee2140f9
commit 2fd888ac9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,6 +186,10 @@ def test_function_table_gc_actor(call_ray_start):
wait_for_condition(lambda: function_entry_num(job_id) == 0)
@pytest.mark.skipif(
sys.platform != "linux",
reason="This test is only run on linux machines.",
)
def test_worker_oom_score(shutdown_only):
@ray.remote
def get_oom_score():