1
0
Fork 0
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:
Borys 2024-06-06 16:33:08 +03:00 committed by GitHub
parent 6498f88619
commit 66a524a026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."""