We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27cce8 commit 937f1bcCopy full SHA for 937f1bc
tests/dragonfly/replication_test.py
@@ -2274,6 +2274,7 @@ async def test_announce_ip_port(df_factory):
2274
assert port == "1337"
2275
2276
2277
+@pytest.mark.skip("Flaky test")
2278
async def test_replication_timeout_on_full_sync(df_factory: DflyInstanceFactory, df_seeder_factory):
2279
# setting replication_timeout to a very small value to force the replica to timeout
2280
master = df_factory.create(replication_timeout=100, vmodule="replica=2,dflycmd=2")
0 commit comments