mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:44:07 +08:00
Enable by default new scheduler (#12735)
This commit is contained in:
@@ -15,7 +15,8 @@ public class DynamicResourceTest extends BaseTest {
|
||||
return "hi";
|
||||
}
|
||||
|
||||
@Test(groups = {"cluster"})
|
||||
// Dynamic resources not supported yet.
|
||||
@Test(groups = {"cluster"}, enabled = false)
|
||||
public void testSetResource() {
|
||||
// Call a task in advance to warm up the cluster to avoid being too slow to start workers.
|
||||
TestUtils.warmUpCluster();
|
||||
|
||||
Reference in New Issue
Block a user