mirror of
https://github.com/wassname/ray.git
synced 2026-08-04 13:14:14 +08:00
Fix no cpus test (#5009)
This commit is contained in:
@@ -842,7 +842,7 @@ def test_remote_functions_not_scheduled_on_actors(ray_start_regular):
|
||||
assert actor_id not in resulting_ids
|
||||
|
||||
|
||||
def test_actors_on_nodes_with_no_cpus(ray_start_regular):
|
||||
def test_actors_on_nodes_with_no_cpus(ray_start_no_cpu):
|
||||
@ray.remote
|
||||
class Foo(object):
|
||||
def method(self):
|
||||
|
||||
Reference in New Issue
Block a user