Skip to content

Commit ae5aaed

Browse files
committed
rabbit_fifo_prop_SUITE: skip rather than fail
mixed versions tests being run between different RabbitMQ versions with different OTP versions maybe sometimes intentionally test upgrades with the same OTP version (eg. 3.13->4.2 with OTP26) so let's just skip this test in such cases
1 parent fe4ae10 commit ae5aaed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/test/rabbit_fifo_prop_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,8 +1123,8 @@ two_nodes_different_otp_version(_Config) ->
11231123
pong ->
11241124
case is_same_otp_version(Node) of
11251125
true ->
1126-
ct:fail("expected CT node and 'rabbit_fifo_prop@localhost' "
1127-
"to have different OTP versions");
1126+
{skip, "expected CT node and 'rabbit_fifo_prop@localhost' "
1127+
"to have different OTP versions"};
11281128
false ->
11291129
Prefixes = ["rabbit_fifo", "rabbit_misc", "mc",
11301130
"lqueue", "priority_queue", "ra_"],

0 commit comments

Comments
 (0)