Skip to content

Commit

Permalink
Mixed version testing skip updates
Browse files Browse the repository at this point in the history
(cherry picked from commit 3cb8ff1)
  • Loading branch information
HoloRin committed Jun 30, 2021
1 parent aeadfc1 commit 39902cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/rabbit/test/quorum_queue_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ all() ->

groups() ->
[
{single_node, [], all_tests()},
{single_node, [], memory_tests()},
{single_node, [], [node_removal_is_quorum_critical]},
{single_node, [], all_tests()
++ memory_tests()
++ [node_removal_is_quorum_critical]},
{unclustered, [], [
{uncluster_size_2, [], [add_member]}
]},
Expand Down

0 comments on commit 39902cc

Please sign in to comment.