From f75472f4104ddfceb2bb379394bda02b719a643a Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 13 Oct 2022 21:42:50 -0700 Subject: [PATCH] Add comment (#20849) (cherry picked from commit 63e06f6b0973e87f10d2ea9af0228d92c0d0ab12) --- build/azure-pipelines/darwin/sql-product-build-darwin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines/darwin/sql-product-build-darwin.yml b/build/azure-pipelines/darwin/sql-product-build-darwin.yml index 9cb2dd8894..d0510deb95 100644 --- a/build/azure-pipelines/darwin/sql-product-build-darwin.yml +++ b/build/azure-pipelines/darwin/sql-product-build-darwin.yml @@ -133,6 +133,7 @@ steps: # Per https://developercommunity.visualstudio.com/t/variablesexpressions-dont-work-with-continueonerro/1187733 we can't use variables # in continueOnError directly so instead make two copies of the task and only run one or the other based on the SMOKE_FAIL_ON_ERROR value + # Disable Kusto & Azure Monitor Extensions because they're crashing during tests - see https://github.com/microsoft/azuredatastudio/issues/20846 - script: | set -e APP_ROOT=$(agent.builddirectory)/azuredatastudio-darwin-$(VSCODE_ARCH) @@ -142,6 +143,7 @@ steps: continueOnError: true condition: and(succeeded(), and(or(eq(variables['RUN_TESTS'], 'true'), eq(variables['RUN_SMOKE_TESTS'], 'true')), ne(variables['SMOKE_FAIL_ON_ERROR'], 'true'))) + # Disable Kusto & Azure Monitor Extensions because they're crashing during tests - see https://github.com/microsoft/azuredatastudio/issues/20846 - script: | set -e APP_ROOT=$(agent.builddirectory)/azuredatastudio-darwin-$(VSCODE_ARCH)