We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37353d5 commit 1cfb945Copy full SHA for 1cfb945
iceberg/regression.py
@@ -204,11 +204,11 @@
204
"setting used for test introduced in 25.8",
205
check_clickhouse_version("<25.8"),
206
),
207
- "/iceberg/iceberg engine/rest catalog/iceberg iterator race condition/iceberg iterator race condition": (
+ "/iceberg/iceberg engine/: catalog/iceberg iterator race condition/iceberg iterator race condition": (
208
Skip,
209
"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),
+ lambda test: check_clickhouse_version("<=25.8.12")(test)
+ or check_if_not_antalya_build(test),
212
213
# "/iceberg/iceberg engine/: catalog/feature/alter:/*": (
214
# Skip,
0 commit comments