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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]