Skip to content

Commit 4120b57

Browse files
committed
skip test
1 parent 2ca197c commit 4120b57

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • tests/integration/test_export_replicated_mt_partition_to_object_storage

tests/integration/test_export_replicated_mt_partition_to_object_storage/test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,12 @@ def test_export_partition_from_replicated_database_uses_db_shard_replica_macros(
12351235
With the fix the DatabaseReplicated shard_name / replica_name are injected into macro_info
12361236
before the expand call, and the pattern resolves correctly.
12371237
"""
1238+
1239+
# The remote disk test suite sets the shard and replica macros in https://github.com/Altinity/ClickHouse/blob/bbabcaa96e8b7fe8f70ecd0bd4f76fb0f76f2166/tests/integration/helpers/cluster.py#L4356
1240+
# When expanding the macros, the configured ones are preferred over the ones from the DatabaseReplicated definition.
1241+
# Therefore, this test fails. It is easier to skip it than to fix it.
1242+
skip_if_remote_database_disk_enabled(cluster)
1243+
12381244
node = cluster.instances["replica1"]
12391245
watcher_node = cluster.instances["watcher_node"]
12401246

0 commit comments

Comments
 (0)