Enable by default new scheduler (#12735)

This commit is contained in:
Eric Liang
2020-12-19 13:22:24 -08:00
committed by GitHub
parent 5d3c9c8861
commit 64c97d25d3
9 changed files with 50 additions and 58 deletions
@@ -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();