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 9b3d1fa commit 5102e55Copy full SHA for 5102e55
eng/helix/vstest/runtests.sh
@@ -79,7 +79,6 @@ if [ $nonflaky_exitcode != 0 ]; then
79
echo "Non-flaky tests failed!" 1>&2
80
# DO NOT EXIT
81
fi
82
-
83
FLAKY_FILTER="Flaky:All=true|Flaky:Helix:All=true|Flaky:Helix:Queue:All=true|Flaky:Helix:Queue:$HELIX=true"
84
echo "Running known-flaky tests."
85
$DOTNET_ROOT/dotnet vstest $1 '--logger:trx;LogFileName=test-results.xml' '--logger:console;verbosity=normal' --TestCaseFilter:"$FLAKY_FILTER"
0 commit comments