mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix (regression tests): skip flaky test (#4336)
skip flaky test Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
04e21c07da
commit
e46717248d
1 changed files with 1 additions and 0 deletions
|
@ -2285,6 +2285,7 @@ async def test_replicate_redis_cluster(redis_cluster, df_factory, df_seeder_fact
|
|||
assert await seeder.compare(capture, replica.port)
|
||||
|
||||
|
||||
@pytest.mark.skip("Flaky test")
|
||||
@dfly_args({"proactor_threads": 4})
|
||||
async def test_replicate_disconnect_redis_cluster(redis_cluster, df_factory, df_seeder_factory):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue