Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] skip all tests in test_actor_bounded_threads (ray-project#39553)
The test aimed to test that as we handle more tasks the number of threads does not go up unbounded. However the test was a little too strict: some non-Ray threads (e.g. grpc, jemalloc) pops up and breaks the assertion. Marking all tests tests as skipped, and will fix later.
- Loading branch information