You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] Fix test_threaded_actor flaky on mac (#51602)
It would fail on
```
FAILED python/ray/tests/test_threaded_actor.py::test_threaded_actor_basic - ValueError: When connecting to an existing cluster, num_cpus and num_gpus must not be provided.
```
so instead just creating the cluster directly.
Signed-off-by: dayshah <dhyey2019@gmail.com>
0 commit comments