mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 23:50:32 +08:00
[ray_client] Implement optional arguments to ray.remote() and f.options() (#12985)
This commit is contained in:
@@ -537,7 +537,6 @@ def test_actor_recursive(ray_start_regular_shared):
|
||||
assert result == [x * 2 for x in range(100)]
|
||||
|
||||
|
||||
@pytest.mark.skipif(client_test_enabled(), reason="remote args")
|
||||
def test_actor_concurrent(ray_start_regular_shared):
|
||||
@ray.remote
|
||||
class Batcher:
|
||||
|
||||
Reference in New Issue
Block a user