mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: Disable failing test (#4337)
This commit is contained in:
parent
e46717248d
commit
32d71071ae
1 changed files with 1 additions and 0 deletions
|
@ -1765,6 +1765,7 @@ async def test_cluster_replication_migration(
|
||||||
assert await seeder.compare(r1_capture, r2_node.instance.port)
|
assert await seeder.compare(r1_capture, r2_node.instance.port)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("Flaky test")
|
||||||
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
|
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
|
||||||
async def test_start_replication_during_migration(
|
async def test_start_replication_during_migration(
|
||||||
df_factory: DflyInstanceFactory, df_seeder_factory: DflySeederFactory
|
df_factory: DflyInstanceFactory, df_seeder_factory: DflySeederFactory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue