From bbaa2669f9a09a9531e29919dd72fb6ad33c0b78 Mon Sep 17 00:00:00 2001 From: Borys Date: Wed, 18 Sep 2024 17:13:07 +0300 Subject: [PATCH] test: unskip test for debugging purpose (#3738) --- tests/dragonfly/replication_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/dragonfly/replication_test.py b/tests/dragonfly/replication_test.py index a984ca302..5649e6036 100644 --- a/tests/dragonfly/replication_test.py +++ b/tests/dragonfly/replication_test.py @@ -1830,7 +1830,6 @@ async def test_network_disconnect_small_buffer(df_factory, df_seeder_factory): # assert master.is_in_logs("Partial sync requested from stale LSN") -@pytest.mark.skip("Fails sporadically") async def test_replica_reconnections_after_network_disconnect(df_factory, df_seeder_factory): master = df_factory.create(proactor_threads=6) replica = df_factory.create(proactor_threads=4)