Skip to content

Commit 4f2f054

Browse files
Qiaolin-YuZacAttack
authored andcommitted
[core][gpu-objects] Fix wrong skipif in test_gpu_objects_gloo (ray-project#56258)
We should not skip it, since it doesn't need the tensordict dependency. Signed-off-by: zac <[email protected]>
1 parent 77b4d31 commit 4f2f054

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/ray/tests/gpu_objects/test_gpu_objects_gloo.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,6 @@ def test_fetch_gpu_object_to_driver(ray_start_regular):
517517
assert result[2] == 7
518518

519519

520-
@pytest.mark.skipif(
521-
not support_tensordict,
522-
reason="tensordict is not supported on this platform",
523-
)
524520
def test_invalid_tensor_transport(ray_start_regular):
525521
with pytest.raises(ValueError, match="Invalid tensor transport"):
526522

0 commit comments

Comments
 (0)