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 c13ea52 commit 9f969a3Copy full SHA for 9f969a3
eng/helix/vstest/runtests.sh
@@ -73,7 +73,7 @@ fi
73
# Filter syntax: https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md
74
NONFLAKY_FILTER="Flaky:All!=true&Flaky:Helix:All!=true&Flaky:Helix:Queue:All!=true&Flaky:Helix:Queue:$HELIX!=true"
75
echo "Running non-flaky tests."
76
-$DOTNET_ROOT/dotnet vstest $1 '--logger:trx;LogFileName=test-results.xml' --TestCaseFilter:"$NONFLAKY_FILTER"
+$DOTNET_ROOT/dotnet vstest $1 --logger:trx --TestCaseFilter:"$NONFLAKY_FILTER"
77
nonflaky_exitcode=$?
78
if [ $nonflaky_exitcode != 0 ]; then
79
echo "Non-flaky tests failed!" 1>&2
0 commit comments