mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: Re-enable previously flaky test (#3196)
This commit is contained in:
parent
6024d79bd6
commit
48c6f4bf74
1 changed files with 0 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue