comment out the unstable unit test step (#13834)

* remove --build flag

* comment out unstable test

* add build tag back
This commit is contained in:
Alan Ren
2020-12-17 10:44:54 -08:00
committed by GitHub
parent e3e1ae92b2
commit d8f8abb644

View File

@@ -135,13 +135,13 @@ steps:
displayName: Run integration tests (Electron) displayName: Run integration tests (Electron)
condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true')) condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true'))
- powershell: | # - powershell: |
. build/azure-pipelines/win32/exec.ps1 # . build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop" # $ErrorActionPreference = "Stop"
exec { .\scripts\test-unstable.bat --build --tfs } # exec { .\scripts\test-unstable.bat --build --tfs }
continueOnError: true # continueOnError: true
condition: and(succeeded(), eq(variables['RUN_UNSTABLE_TESTS'], 'true')) # condition: and(succeeded(), eq(variables['RUN_UNSTABLE_TESTS'], 'true'))
displayName: Run unstable tests # displayName: Run unstable tests
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
displayName: 'Sign out code' displayName: 'Sign out code'