mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 15:44:13 +00:00
chore: disable cluster_fuzzymigration (#3373)
* mark cluster_fuzzymigration as skipped Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
499fa2268b
commit
cd863b89b4
@ -1278,6 +1278,7 @@ async def test_network_disconnect_during_migration(df_factory, df_seeder_factory
|
||||
await close_clients(*[node.client for node in nodes], *[node.admin_client for node in nodes])
|
||||
|
||||
|
||||
@pytest.mark.skip("Unstable")
|
||||
@pytest.mark.parametrize(
|
||||
"node_count, segments, keys",
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user