File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 146146 check_clickhouse_version ("<25.10" ),
147147 )
148148 ],
149- "/iceberg/iceberg table engine/feature/iceberg writes minmax pruning/*" : [
149+ "/iceberg/iceberg table engine/write min max pruning/*" : [
150150 (
151151 Fail ,
152152 "https://github.com/ClickHouse/ClickHouse/issues/91363" ,
204204 "setting used for test introduced in 25.8" ,
205205 check_clickhouse_version ("<25.8" ),
206206 ),
207- "/iceberg/iceberg engine/rest catalog/iceberg iterator race condition/iceberg iterator race condition" : (
207+ "/iceberg/iceberg engine/: catalog/iceberg iterator race condition/iceberg iterator race condition" : (
208208 Skip ,
209209 "https://github.com/ClickHouse/ClickHouse/issues/92120" ,
210- lambda test : check_clickhouse_version ("> =25.8.12" )(test )
211- and check_if_not_antalya_build (test ),
210+ lambda test : check_clickhouse_version ("< =25.8.12" )(test )
211+ or check_if_not_antalya_build (test ),
212212 ),
213213 # "/iceberg/iceberg engine/: catalog/feature/alter:/*": (
214214 # Skip,
You can’t perform that action at this time.
0 commit comments