Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen committed Jan 11, 2025
1 parent a01b729 commit 1934970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/node_p0/test_frontend.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_frontend", "nonConcurrent") {
def res2 = sql """SHOW FRONTENDS Disks"""
assertTrue(res2.size() != 0)

if (Config.isCloudMode()) {
if (isCloudMode()) {
// In the test_sql_mode_node_mgr regression case, there is already a similar and more complex case. This case is redundant. Additionally, there is a 5-minute limit for dropping FE on the cloud.
// so ignore it in cloud
return;
Expand Down

0 comments on commit 1934970

Please sign in to comment.