Skip to content

Commit

Permalink
Test 0101: missing return after Test::Skip()
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Apr 7, 2022
1 parent 7854dd7 commit 497e4e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/0101-fetch-from-follower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ static void do_fff_test(void) {

if (get_broker_rack_count(replica_ids) != 3) {
Test::Skip("unexpected broker.rack configuration: skipping test.\n");
return;
}

/* arrange for the consumer's client.rack to align with a broker that is not
Expand Down

0 comments on commit 497e4e8

Please sign in to comment.