Skip to content

Commit

Permalink
windows: measure flakiness of failed tests (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 28, 2023
1 parent e3059d7 commit 726a7ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 726a7ca

Please sign in to comment.