Update test.py

This commit is contained in:
Alexander Tokmakov 2022-08-24 13:39:45 +03:00 committed by GitHub
parent b5f64c390a
commit c1d933b746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ def start_cluster():
cluster.shutdown()
@pytest.mark.skip(reason="Too flaky :(")
def test_concurrent_backups(start_cluster):
node.query("DROP TABLE IF EXISTS s3_test NO DELAY")
columns = [f"column_{i} UInt64" for i in range(1000)]