This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new a79b436b12a remove iscloud mode a79b436b12a is described below commit a79b436b12a5e381420057ad72dbe0b2aed326c1 Author: yiguolei <yiguo...@gmail.com> AuthorDate: Sat May 25 19:29:47 2024 +0800 remove iscloud mode --- regression-test/suites/trash_p0/clean_trash.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/regression-test/suites/trash_p0/clean_trash.groovy b/regression-test/suites/trash_p0/clean_trash.groovy index 71438b5b1b5..f5001fb0c2c 100644 --- a/regression-test/suites/trash_p0/clean_trash.groovy +++ b/regression-test/suites/trash_p0/clean_trash.groovy @@ -18,9 +18,6 @@ import org.apache.doris.regression.suite.ClusterOptions import org.junit.Assert suite("test_clean_trash", "p0") { - if (isCloudMode()) { - return - } def options = new ClusterOptions() options.enableDebugPoints() options.feConfigs += [ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org