Skip to content

Commit 3ecce14

Browse files
committed
Restrict modes for the test
1 parent 79cbaf4 commit 3ecce14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • tests/integration/test_storage_s3_queue

tests/integration/test_storage_s3_queue/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ def test_multiple_tables_meta_mismatch(started_cluster):
626626
)
627627

628628

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

0 commit comments

Comments
 (0)