Fix existing intergation test

This commit is contained in:
Igor Nikonov 2023-11-30 18:42:03 +00:00
parent b4bf611d5d
commit 7ab093c5d4

View File

@ -87,8 +87,3 @@ def test_parallel_replicas_custom_key(start_cluster, cluster, custom_key, filter
node.contains_in_log("Processing query on a replica using custom_key")
for node in nodes
)
else:
# we first transform all replicas into shards and then append for each shard filter
assert n1.contains_in_log(
"Single shard cluster used with custom_key, transforming replicas into virtual shards"
)