We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc2c9b commit 7be37deCopy full SHA for 7be37de
python/tests/test_python_actors.py
@@ -1412,11 +1412,6 @@ def test_mesh_len():
1412
proc_mesh = fake_in_process_host().spawn_procs(per_host={"gpus": 12})
1413
s = proc_mesh.spawn("sleep_actor", SleepActor)
1414
assert 12 == len(s)
1415
- # FIXME: Actually figure out what's going on here.
1416
- # Call an endpoint on the actor before the test
1417
- # exits. Otherwise we might get a fatal PyGILState_Release
1418
- # error.
1419
- s.sleep.call(1).get()
1420
1421
1422
class UndeliverableMessageReceiver(Actor):
0 commit comments