Skip to content

Commit 497e4e8

Browse files
committed
Test 0101: missing return after Test::Skip()
1 parent 7854dd7 commit 497e4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/0101-fetch-from-follower.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ static void do_fff_test(void) {
303303

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

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

0 commit comments

Comments
 (0)