File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if errorlevel 1 (
52
52
53
53
set FLAKY_FILTER = " Flaky:All=true|Flaky:Helix:All=true|Flaky:Helix:Queue:All=true|Flaky:Helix:Queue:%HELIX% =true"
54
54
echo Running known-flaky tests.
55
- %DOTNET_ROOT% \dotnet vstest %target% --logger:trx -- TestCaseFilter:%FLAKY_FILTER%
55
+ %DOTNET_ROOT% \dotnet vstest %target% --TestCaseFilter:%FLAKY_FILTER%
56
56
if errorlevel 1 (
57
57
echo Failure in flaky test 1 >& 2
58
58
REM DO NOT EXIT and DO NOT SET EXIT_CODE to 1
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ if [ $nonflaky_exitcode != 0 ]; then
81
81
fi
82
82
FLAKY_FILTER=" Flaky:All=true|Flaky:Helix:All=true|Flaky:Helix:Queue:All=true|Flaky:Helix:Queue:$HELIX =true"
83
83
echo " Running known-flaky tests."
84
- $DOTNET_ROOT /dotnet vstest $1 --logger:trx -- TestCaseFilter:" $FLAKY_FILTER "
84
+ $DOTNET_ROOT /dotnet vstest $1 --TestCaseFilter:" $FLAKY_FILTER "
85
85
if [ $? != 0 ]; then
86
86
echo " Flaky tests failed!" 1>&2
87
87
# DO NOT EXIT
You can’t perform that action at this time.
0 commit comments