Revert "[test](executor)add crud regression test for resource group (#19659)" (#20121)

This reverts commit 8b9813663d87afa7b359b31782f3864dc54881df.
This commit is contained in:
HappenLee
2023-05-27 08:25:00 +08:00
committed by GitHub
parent 51ca645c3f
commit 9539bbf8ae
3 changed files with 1 additions and 125 deletions

View File

@ -1490,7 +1490,7 @@ public class Config extends ConfigBase {
// enable_resource_group should be immutable and temporarily set to mutable during the development test phase
@ConfField(mutable = true, masterOnly = true, expType = ExperimentalType.EXPERIMENTAL)
public static boolean enable_resource_group = true;
public static boolean enable_resource_group = false;
@ConfField(mutable = false, masterOnly = true)
public static int backend_rpc_timeout_ms = 60000; // 1 min