mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
test: skip test_cluster_migration_cancel, it is broken (#3146)
This commit is contained in:
parent
6498f88619
commit
66a524a026
1 changed files with 1 additions and 0 deletions
|
@ -1334,6 +1334,7 @@ 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(reason="The test is broken")
|
||||
@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…
Reference in a new issue