mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update test.py
This commit is contained in:
parent
b5f64c390a
commit
c1d933b746
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user