From 3180ab3ed09b9401dd9e1be88bce61312b6380d7 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 27 Sep 2024 08:23:20 +0200 Subject: [PATCH] Temp disable windows integration tests, due to lack of memory on the free instances (#17147) --- build/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 9e7207bf07..b7fadde6d5 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -287,8 +287,8 @@ stages: displayName: Integration Tests (SQLite) strategy: matrix: - Windows: - vmImage: 'windows-latest' +# Windows: +# vmImage: 'windows-latest' Linux: vmImage: 'ubuntu-latest' macOS: