Update test.py

This commit is contained in:
Alexander Tokmakov 2022-07-15 13:44:37 +03:00 committed by GitHub
parent 11ea455632
commit c4cbefb521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@ def test_s3_zero_copy_replication(cluster, policy):
node2.query("DROP TABLE IF EXISTS s3_test NO DELAY")
@pytest.mark.skip(reason="Test is flaky (and never was stable)")
def test_s3_zero_copy_on_hybrid_storage(cluster):
node1 = cluster.instances["node1"]
node2 = cluster.instances["node2"]