This is an automated email from the ASF dual-hosted git repository. hellostephen 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 ba091ae4bd2 [fix](ci) tmp exclude block case test_cumu_compaction_with_delete (#46649) ba091ae4bd2 is described below commit ba091ae4bd21b554e5e61111b8aefc165faa857b Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Wed Jan 8 22:00:26 2025 +0800 [fix](ci) tmp exclude block case test_cumu_compaction_with_delete (#46649) --- regression-test/pipeline/p0/conf/regression-conf.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index 9965e540fe3..7fa505aa1c9 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -64,6 +64,7 @@ excludeGroups = "" excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line "test_bitmap_filter," + "test_routine_load_eof," + + "test_cumu_compaction_with_delete," + "test_dump_image," + "test_index_failure_injection," + "test_profile," + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org