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 6024d79 commit 48c6f4bCopy full SHA for 48c6f4b
tests/dragonfly/cluster_test.py
@@ -1457,7 +1457,6 @@ async def test_cluster_config_reapply(df_local_factory: DflyInstanceFactory):
1457
await close_clients(*[node.client for node in nodes], *[node.admin_client for node in nodes])
1458
1459
1460
-@pytest.mark.skip("flaky")
1461
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
1462
async def test_cluster_migration_cancel(df_local_factory: DflyInstanceFactory):
1463
"""Check data migration from one node to another."""
0 commit comments