We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d0f1a commit 686b448Copy full SHA for 686b448
eng/helix/content/runtests.cmd
@@ -44,7 +44,7 @@ REM only puts the explicit filter traits the user provided in
44
REM Filter syntax: https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md
45
set NONFLAKY_FILTER="Flaky:All!=true&Flaky:Helix:All!=true&Flaky:Helix:Queue:All!=true&Flaky:Helix:Queue:%HELIX%!=true"
46
echo Running non-flaky tests.
47
-%DOTNET_ROOT%\dotnet vstest %target% --logger:trx --TestCaseFilter:%NONFLAKY_FILTER%
+%DOTNET_ROOT%\dotnet vstest %target% --logger:xunit --TestCaseFilter:%NONFLAKY_FILTER%
48
if errorlevel 1 (
49
echo Failure in non-flaky test 1>&2
50
set exit_code=1
0 commit comments