Decrease failed test threshold to 11

The updated packages fix our Start/Stop process tests, which were
failing intermittently due to the process name appearing incorrect.

See dotnet/corefx#5421 for further details.
This commit is contained in:
Andrew Schwartzmeyer 2016-02-01 10:49:25 -08:00
parent c7fb9d2158
commit 3e1cdb7582

View file

@ -7,4 +7,4 @@ failed_tests=$?
chmod -x pester-tests.xml
# Exit with failure if number of failed tests exceeds threshold
[ ! $failed_tests -gt 14 ]
[ ! $failed_tests -gt 11 ]