Skip to content
Snippets Groups Projects
Commit 43b6a935 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

test: mark test_large_snapshot xfail

It fails a lot in CI lately. There are several open tickets:

#779
#1204
parent 46b27d1e
No related branches found
No related tags found
1 merge request!1511Dkr/investigate flaky
Pipeline #58184 failed
import time
import pytest
from conftest import Cluster, Retriable
......@@ -66,6 +68,9 @@ def assert_eq(lhs, rhs):
assert lhs == rhs
@pytest.mark.xfail(
reason="flaky, see: https://git.picodata.io/core/picodata/-/issues/779"
)
def test_large_snapshot(cluster: Cluster):
i1, i2, i3, i4 = cluster.deploy(instance_count=4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment