mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-15 17:51:06 +00:00
test: Disable flaky test test_policy_based_eviction_propagation
(#2505)
This commit is contained in:
parent
87fb07abe3
commit
ad90602bc2
1 changed files with 1 additions and 0 deletions
|
@ -1875,6 +1875,7 @@ async def test_heartbeat_eviction_propagation(df_local_factory):
|
||||||
await disconnect_clients(c_master, *[c_replica])
|
await disconnect_clients(c_master, *[c_replica])
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="Test is flaky")
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_policy_based_eviction_propagation(df_local_factory, df_seeder_factory):
|
async def test_policy_based_eviction_propagation(df_local_factory, df_seeder_factory):
|
||||||
master = df_local_factory.create(
|
master = df_local_factory.create(
|
||||||
|
|
Loading…
Reference in a new issue