From 2529df016ac3b50497b4c25394a260d3772fb21d Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 31 May 2020 17:08:09 +0300 Subject: [PATCH] Disable flacky test #8840 --- tests/integration/test_ttl_move/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_ttl_move/test.py b/tests/integration/test_ttl_move/test.py index fc5c6725148..ae2af34c35b 100644 --- a/tests/integration/test_ttl_move/test.py +++ b/tests/integration/test_ttl_move/test.py @@ -834,6 +834,7 @@ def test_concurrent_alter_with_ttl_move(started_cluster, name, engine): finally: node1.query("DROP TABLE IF EXISTS {name}".format(name=name)) +@pytest.mark.skip(reason="Flacky test") @pytest.mark.parametrize("name,positive", [ ("test_double_move_while_select_negative", 0), ("test_double_move_while_select_positive", 1),