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 686b448 commit 1c0c33fCopy full SHA for 1c0c33f
eng/helix/content/runtests.sh
@@ -94,7 +94,7 @@ fi
94
# Filter syntax: https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md
95
NONFLAKY_FILTER="Flaky:All!=true&Flaky:Helix:All!=true&Flaky:Helix:Queue:All!=true&Flaky:Helix:Queue:$helix_queue_name!=true"
96
echo "Running non-flaky tests."
97
-$DOTNET_ROOT/dotnet vstest $test_binary_path --logger:trx --TestCaseFilter:"$NONFLAKY_FILTER"
+$DOTNET_ROOT/dotnet vstest $test_binary_path --logger:xunit --TestCaseFilter:"$NONFLAKY_FILTER"
98
nonflaky_exitcode=$?
99
if [ $nonflaky_exitcode != 0 ]; then
100
echo "Non-flaky tests failed!" 1>&2
0 commit comments