From 0ad8f4924b1d3be8ad230066a5eab68d33a9741f Mon Sep 17 00:00:00 2001 From: Borys Date: Wed, 18 Sep 2024 16:30:24 +0300 Subject: [PATCH] test: unskip test for debugging purpose --- 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 9d74e53dc70e..218ad539d106 100644 --- a/tests/dragonfly/replication_test.py +++ b/tests/dragonfly/replication_test.py @@ -1828,7 +1828,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)