Skip to content

Commit 5102e55

Browse files
pakrymJohn Luo
authored andcommitted
Fix test file name
1 parent 9b3d1fa commit 5102e55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/helix/vstest/runtests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ if [ $nonflaky_exitcode != 0 ]; then
7979
echo "Non-flaky tests failed!" 1>&2
8080
# DO NOT EXIT
8181
fi
82-
8382
FLAKY_FILTER="Flaky:All=true|Flaky:Helix:All=true|Flaky:Helix:Queue:All=true|Flaky:Helix:Queue:$HELIX=true"
8483
echo "Running known-flaky tests."
8584
$DOTNET_ROOT/dotnet vstest $1 '--logger:trx;LogFileName=test-results.xml' '--logger:console;verbosity=normal' --TestCaseFilter:"$FLAKY_FILTER"

0 commit comments

Comments
 (0)