chore: Re-enable previously flaky test (#3196)

This commit is contained in:
Shahar Mike 2024-06-21 13:12:14 +03:00 committed by GitHub
parent 6024d79bd6
commit 48c6f4bf74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1457,7 +1457,6 @@ async def test_cluster_config_reapply(df_local_factory: DflyInstanceFactory):
await close_clients(*[node.client for node in nodes], *[node.admin_client for node in nodes])
@pytest.mark.skip("flaky")
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
async def test_cluster_migration_cancel(df_local_factory: DflyInstanceFactory):
"""Check data migration from one node to another."""