Skip to content

Commit

Permalink
chore: skip test_cluster_flushall_during_migration (#3316)
Browse files Browse the repository at this point in the history
* skip failing test on ci

Signed-off-by: kostas <[email protected]>
  • Loading branch information
kostasrim authored Jul 15, 2024
1 parent 73abd68 commit bf1b6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dragonfly/cluster_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ async def test_config_consistency(df_factory: DflyInstanceFactory):
await close_clients(*[node.client for node in nodes], *[node.admin_client for node in nodes])


@pytest.mark.skip("Deadlocks on CI, see #3302")
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
async def test_cluster_flushall_during_migration(
df_factory: DflyInstanceFactory, df_seeder_factory
Expand Down

0 comments on commit bf1b6ce

Please sign in to comment.