mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 13:45:37 +08:00
Fix test_actor.py test_kill. (#6623)
This commit is contained in:
@@ -1440,7 +1440,7 @@ def test_kill(ray_start_regular):
|
||||
assert len(ready) == 0
|
||||
actor.__ray_kill__()
|
||||
with pytest.raises(ray.exceptions.RayActorError):
|
||||
ray.get(result, timeout=1)
|
||||
ray.get(result)
|
||||
|
||||
|
||||
# This test verifies actor creation task failure will not
|
||||
|
||||
Reference in New Issue
Block a user