We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cbaf4 commit 3ecce14Copy full SHA for 3ecce14
1 file changed
tests/integration/test_storage_s3_queue/test.py
@@ -626,7 +626,8 @@ def test_multiple_tables_meta_mismatch(started_cluster):
626
)
627
628
629
-@pytest.mark.parametrize("mode", AVAILABLE_MODES)
+# TODO: Update the modes for this test to include "ordered" once PR #55795 is finished.
630
+@pytest.mark.parametrize("mode", ["unordered"])
631
def test_multiple_tables_streaming_sync(started_cluster, mode):
632
node = started_cluster.instances["instance"]
633
table_name = f"multiple_tables_streaming_sync_{mode}"
0 commit comments