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)