diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 1baeec2e137..365d224f468 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -544,7 +544,7 @@ sub run_test_server ($$$) { # Move the test to completed list #mtr_report("skip - Moving test $i to completed"); push(@$completed, splice(@$tests, $i, 1)); - redo; # Start over again + next; } # Limit number of parallell NDB tests