mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #56376 from ClickHouse/disable-s3-queue-test-for-ordered-mode
Update test_storage_s3_queue
This commit is contained in:
commit
d436414ec6
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user