Skip to content
Snippets Groups Projects
Commit 63ebbb11 authored by Kurdakov Alexander's avatar Kurdakov Alexander Committed by Dmitry Rodionov
Browse files

test: disable test_vshard_updates_on_master_change

parent 0301ecc2
No related branches found
No related tags found
1 merge request!1367test: disable test_vshard_updates_on_master_change
Pipeline #53875 failed
......@@ -202,6 +202,10 @@ def wait_current_vshard_config_changed(peer: Instance, old_version, timeout=5):
Retriable(timeout=timeout, rps=10).call(impl)
@pytest.mark.xfail(
run=False,
reason=("very flaky, temporary disabled"),
)
def test_vshard_updates_on_master_change(cluster: Cluster):
i1 = cluster.add_instance(replicaset_id="r1", wait_online=True)
i2 = cluster.add_instance(replicaset_id="r1", wait_online=True)
......
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