Skip to content

Commit

Permalink
Exclude single threaded test now that expiry is tested (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
dranikpg authored Feb 3, 2023
1 parent eb0bef4 commit 3449ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/replication_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(8, [2, 2, 2, 2], dict(keys=4_000, dbcount=4)),
(4, [8, 8], dict(keys=4_000, dbcount=4)),
(4, [1] * 8, dict(keys=500, dbcount=2)),
(1, [1], dict(keys=100, dbcount=2)),
#(1, [1], dict(keys=100, dbcount=2)),
]


Expand Down

0 comments on commit 3449ba8

Please sign in to comment.