Skip to content

Commit 28a1418

Browse files
committed
fix
1 parent ee625dd commit 28a1418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dragonfly/cluster_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ async def test_replicate_disconnect_redis_cluster(redis_cluster, df_factory, df_
19921992
capture = await seeder.capture()
19931993
assert await seeder.compare(capture, replica.port)
19941994

1995-
pytest.skip("Takes more than 10 minutes")
1995+
@pytest.skip("Takes more than 10 minutes")
19961996
@dfly_args({"proactor_threads": 4, "cluster_mode": "yes"})
19971997
async def test_cluster_memory_consumption_migration(df_factory: DflyInstanceFactory):
19981998
# Check data migration from one node to another

0 commit comments

Comments
 (0)