[PlacementGroup]Skip flaky testcase (#12065)

Co-authored-by: 灵洵 <fengbin.ffb@antgroup.com>
This commit is contained in:
fangfengbin
2020-11-18 04:21:34 +08:00
committed by GitHub
parent d7c95a4a90
commit 7f050c706b
+3
View File
@@ -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(