Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 18, 2024
1 parent 956cfbe commit 9a7974a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regression-test/suites/node_p0/test_backend.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ suite("test_backend", "nonConcurrent") {
logger.info("result:${result}")
}

if (context.config.jdbcUser.equals("root")) {
// Cancel decommission backend is not supported in cloud mode.
if (context.config.jdbcUser.equals("root") && !isCloudMode()) {
def beId1 = null
try {
GetDebugPoint().enableDebugPointForAllFEs("SystemHandler.decommission_no_check_replica_num");
Expand Down

0 comments on commit 9a7974a

Please sign in to comment.