diff --git a/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd b/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd index 3408b3443..75ef854b9 100644 --- a/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd +++ b/jenkins/scripts/windows/node-test-binary-windows-js-suites.cmd @@ -6,8 +6,9 @@ call %~dp0git-checkout.cmd if errorlevel 1 exit /b :: Run tests -set "test_ci_args=--run=%RUN_SUBSET%,4" +set "test_ci_args=--run=%RUN_SUBSET%,4 --measure-flakiness 9" set VCBUILD_TARGET=test-ci-js +set FLAKY_TESTS=keep_retrying call %~dp0test.cmd if errorlevel 1 exit /b diff --git a/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd b/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd index e9c505ca8..f5baeab60 100644 --- a/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd +++ b/jenkins/scripts/windows/node-test-binary-windows-native-suites.cmd @@ -6,8 +6,9 @@ call %~dp0git-checkout.cmd if errorlevel 1 exit /b :: Run tests -set "test_ci_args=" +set "test_ci_args=--measure-flakiness 9" set VCBUILD_TARGET=test-ci-native +set FLAKY_TESTS=keep_retrying call %~dp0test.cmd if errorlevel 1 exit /b