Skip to content

Commit

Permalink
chore: disable test_cluster_memory_consumption_migration (#3948)
Browse files Browse the repository at this point in the history
Test takes more than 10 minutes on the CI and it causes it to timeout
  • Loading branch information
kostasrim authored Oct 21, 2024
1 parent 3028314 commit 478a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/cluster_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@ async def test_replicate_disconnect_redis_cluster(redis_cluster, df_factory, df_
capture = await seeder.capture()
assert await seeder.compare(capture, replica.port)


@pytest.mark.skip("Takes more than 10 minutes")
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
async def test_cluster_memory_consumption_migration(df_factory: DflyInstanceFactory):
# Check data migration from one node to another
Expand Down

0 comments on commit 478a5d4

Please sign in to comment.