Skip to content

Commit 1cfb945

Browse files
committed
fix iceberg ffail
1 parent 37353d5 commit 1cfb945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iceberg/regression.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@
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,

0 commit comments

Comments
 (0)