mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
test: skip test_network_disconnect_during_migration because it is uns… (#4334)
test: skip test_network_disconnect_during_migration because it is unstable
This commit is contained in:
parent
c22c9448b5
commit
d0d720a375
1 changed files with 1 additions and 0 deletions
|
@ -1433,6 +1433,7 @@ async def test_migration_with_key_ttl(df_factory):
|
|||
assert await nodes[1].client.execute_command("stick k_sticky") == 0
|
||||
|
||||
|
||||
@pytest.mark.skip("test is flaky")
|
||||
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
|
||||
async def test_network_disconnect_during_migration(df_factory):
|
||||
instances = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue