Merge pull request #56376 from ClickHouse/disable-s3-queue-test-for-ordered-mode

Update test_storage_s3_queue
This commit is contained in:
Kseniia Sumarokova 2023-11-07 16:27:52 +01:00 committed by GitHub
commit d436414ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -626,7 +626,8 @@ def test_multiple_tables_meta_mismatch(started_cluster):
)
@pytest.mark.parametrize("mode", AVAILABLE_MODES)
# TODO: Update the modes for this test to include "ordered" once PR #55795 is finished.
@pytest.mark.parametrize("mode", ["unordered"])
def test_multiple_tables_streaming_sync(started_cluster, mode):
node = started_cluster.instances["instance"]
table_name = f"multiple_tables_streaming_sync_{mode}"