gavinchou commented on code in PR #33017:
URL: https://github.com/apache/doris/pull/33017#discussion_r1544402131


##########
regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy:
##########
@@ -44,7 +44,9 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // 
keep this line as th
     "test_spark_load," +
     "test_stream_load_move_memtable," +
     "test_stream_load_new_move_memtable," +
-    "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
+    "zzz_the_end_sentinel_do_not_touch," + // keep this line as the last line
+    "test_array_index1," + 
+    "test_array_index2"

Review Comment:
   ```suggestion
       "test_array_index1," +
       "test_array_index2," +
       "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to