Disable flacky test #8840

This commit is contained in:
Alexey Milovidov 2020-05-31 17:08:09 +03:00
parent 669a15b943
commit 2529df016a

View File

@ -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),