From cb5af2626a566fa6a208cbfcdd7a78170020e5f1 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Tue, 6 Oct 2020 07:30:27 +0100 Subject: [PATCH] Disable the 8.8 Windows tests, too unreliable (haskell/ghcide#850) * Disable the 8.8 Windows tests, too unreliable * Disable the 8.10 Windows tests, idem --- ghcide/.azure/windows-stack.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghcide/.azure/windows-stack.yml b/ghcide/.azure/windows-stack.yml index ecb90d929a..52a92ed953 100644 --- a/ghcide/.azure/windows-stack.yml +++ b/ghcide/.azure/windows-stack.yml @@ -5,10 +5,10 @@ jobs: vmImage: 'windows-2019' strategy: matrix: - stack_810: - STACK_YAML: "stack8101.yaml" - stack_88: - STACK_YAML: "stack88.yaml" +# stack_810: +# STACK_YAML: "stack8101.yaml" +# stack_88: +# STACK_YAML: "stack88.yaml" stack_86: STACK_YAML: "stack.yaml" stack_ghc_lib_88: