diff --git a/scripts/runner.node.mjs b/scripts/runner.node.mjs index 40cb6a2d76..b37bc9f2d4 100755 --- a/scripts/runner.node.mjs +++ b/scripts/runner.node.mjs @@ -424,6 +424,7 @@ async function runTests() { if (attempt >= maxAttempts || isAlwaysFailure(error)) { flaky = false; failedResults.push(failure); + break; } }