Skip to content

Commit 3522305

Browse files
authored
[core] Shorten test_gcs_fault_tolerance.py test name (#52744)
To avoid failures like: https://buildkite.com/ray-project/postmerge/builds/9888#01968f62-0e8b-4b49-8cf2-62fa44a344cc Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
1 parent 46795da commit 3522305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/tests/test_gcs_fault_tolerance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ def validate(runtime_env_dict: dict) -> str:
13481348
],
13491349
indirect=True,
13501350
)
1351-
def test_placement_group_removal_after_gcs_restarts(
1351+
def test_pg_removal_after_gcs_restarts(
13521352
set_runtime_env_plugins, ray_start_regular_with_external_redis
13531353
):
13541354
@ray.remote

0 commit comments

Comments
 (0)