[regression-test](fix) forbid test_bitmap_index (#23941)

forbid test_bitmap_index
This commit is contained in:
shuke
2023-09-06 10:14:46 +08:00
committed by GitHub
parent 80097f0752
commit 1bdb0c14fb

View File

@ -55,7 +55,7 @@ testDirectories = ""
excludeGroups = ""
// this suites will not be executed
excludeSuites = "test_ddl,test_analyze,test_leading,test_stream_load_move_memtable,ds_rf95,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,nereids_delete_mow_partial_update"
excludeSuites = "test_bitmap_index,test_ddl,test_analyze,test_leading,test_stream_load_move_memtable,ds_rf95,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,nereids_delete_mow_partial_update"
// this directories will not be executed
excludeDirectories = "workload_manager_p1,nereids_tpch_shape_sf1000_p0,nereids_tpcds_shape_sf100_p0"