From d8f8abb6444a8d09501fbb60c228e87b4a3523fc Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Thu, 17 Dec 2020 10:44:54 -0800 Subject: [PATCH] comment out the unstable unit test step (#13834) * remove --build flag * comment out unstable test * add build tag back --- .../win32/sql-product-build-win32.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build/azure-pipelines/win32/sql-product-build-win32.yml b/build/azure-pipelines/win32/sql-product-build-win32.yml index 5393829bf7..0b7becf4d1 100644 --- a/build/azure-pipelines/win32/sql-product-build-win32.yml +++ b/build/azure-pipelines/win32/sql-product-build-win32.yml @@ -135,13 +135,13 @@ steps: displayName: Run integration tests (Electron) condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true')) - - powershell: | - . build/azure-pipelines/win32/exec.ps1 - $ErrorActionPreference = "Stop" - exec { .\scripts\test-unstable.bat --build --tfs } - continueOnError: true - condition: and(succeeded(), eq(variables['RUN_UNSTABLE_TESTS'], 'true')) - displayName: Run unstable tests + # - powershell: | + # . build/azure-pipelines/win32/exec.ps1 + # $ErrorActionPreference = "Stop" + # exec { .\scripts\test-unstable.bat --build --tfs } + # continueOnError: true + # condition: and(succeeded(), eq(variables['RUN_UNSTABLE_TESTS'], 'true')) + # displayName: Run unstable tests - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 displayName: 'Sign out code'