Skip to content

Commit

Permalink
Modify a test so that it (expectedly) fails
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 3, 2016
1 parent 078a78a commit b06de9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/per_vhost_connection_limit_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@

all() ->
[
{group, cluster_size_1},
{group, cluster_size_2}
{group, cluster_size_1},
{group, cluster_size_2},
{group, partition_handling}
].

groups() ->
Expand Down Expand Up @@ -436,7 +437,7 @@ cluster_full_partition_test(Config) ->
rabbit_ct_broker_helpers:block_traffic_between(B, C),
timer:sleep(?DELAY),

?assertEqual(3, count_connections_in(Config, VHost)),
?assertEqual(2, count_connections_in(Config, VHost)),

rabbit_ct_broker_helpers:allow_traffic_between(A, B),
rabbit_ct_broker_helpers:allow_traffic_between(B, C),
Expand Down

0 comments on commit b06de9b

Please sign in to comment.