Skip to content

Commit 937f1bc

Browse files
authored
chore(test): disable failing test untill fixed (#4367)
chore test: disable failing test untill fixed Signed-off-by: adi_holden <adi@dragonflydb.io>
1 parent a27cce8 commit 937f1bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dragonfly/replication_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,6 +2274,7 @@ async def test_announce_ip_port(df_factory):
22742274
assert port == "1337"
22752275

22762276

2277+
@pytest.mark.skip("Flaky test")
22772278
async def test_replication_timeout_on_full_sync(df_factory: DflyInstanceFactory, df_seeder_factory):
22782279
# setting replication_timeout to a very small value to force the replica to timeout
22792280
master = df_factory.create(replication_timeout=100, vmodule="replica=2,dflycmd=2")

0 commit comments

Comments
 (0)