Update all test packages (#9490)

* Update all packages

* Potential fix for normal tests

* Revert a change and try something else

* Try this as well
This commit is contained in:
Amir Omidi
2020-03-07 07:23:00 -08:00
committed by GitHub
parent a93f5883b9
commit 9f9c65591d
20 changed files with 315 additions and 27010 deletions

View File

@@ -110,7 +110,7 @@ steps:
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { .\scripts\test-unstable.bat --build --coverage --reporter mocha-junit-reporter }
exec { .\scripts\test-unstable.bat --build --tfs }
continueOnError: true
condition: and(succeeded(), eq(variables['RUN_UNSTABLE_TESTS'], 'true'))
displayName: Run unstable tests