From 7f050c706b94780e7c7d0bd7d2e0ab3860c24d57 Mon Sep 17 00:00:00 2001 From: fangfengbin <869218239a@zju.edu.cn> Date: Wed, 18 Nov 2020 04:21:34 +0800 Subject: [PATCH] [PlacementGroup]Skip flaky testcase (#12065) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 灵洵 --- python/ray/tests/test_placement_group.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/ray/tests/test_placement_group.py b/python/ray/tests/test_placement_group.py index dc553995b..fd292f124 100644 --- a/python/ray/tests/test_placement_group.py +++ b/python/ray/tests/test_placement_group.py @@ -1162,6 +1162,7 @@ ray.shutdown() wait_for_condition(lambda: assert_num_cpus(num_nodes * num_cpu_per_node)) +@pytest.mark.skip("This test is flaky.") @pytest.mark.parametrize( "ray_start_cluster_head", [ generate_system_config_map( @@ -1200,6 +1201,7 @@ def test_create_placement_group_after_gcs_server_restarts( assert table["state"] == "PENDING" +@pytest.mark.skip("This test is flaky.") @pytest.mark.parametrize( "ray_start_cluster_head", [ generate_system_config_map( @@ -1224,6 +1226,7 @@ def test_create_actor_with_placement_group_after_gcs_server_restart( assert ray.get(actor_2.method.remote(1)) == 3 +@pytest.mark.skip("This test is flaky.") @pytest.mark.parametrize( "ray_start_cluster_head", [ generate_system_config_map(