Skip to content

Commit 48c6f4b

Browse files
authored
chore: Re-enable previously flaky test (#3196)
1 parent 6024d79 commit 48c6f4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/dragonfly/cluster_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,6 @@ async def test_cluster_config_reapply(df_local_factory: DflyInstanceFactory):
14571457
await close_clients(*[node.client for node in nodes], *[node.admin_client for node in nodes])
14581458

14591459

1460-
@pytest.mark.skip("flaky")
14611460
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
14621461
async def test_cluster_migration_cancel(df_local_factory: DflyInstanceFactory):
14631462
"""Check data migration from one node to another."""

0 commit comments

Comments
 (0)