From 43e61f79e999dc186032ed4c526acedd22d23dec Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Thu, 7 Dec 2023 09:40:05 +0200 Subject: [PATCH] Disable some tests on Mac OS X to make a release Refs #1264 --- testsuite/gpr_lsp/hover/test.yaml | 2 ++ testsuite/gpr_lsp/shutdown/test.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/testsuite/gpr_lsp/hover/test.yaml b/testsuite/gpr_lsp/hover/test.yaml index 353833487..6ee4eee0b 100644 --- a/testsuite/gpr_lsp/hover/test.yaml +++ b/testsuite/gpr_lsp/hover/test.yaml @@ -1 +1,3 @@ title: 'textDocument/hover request' +skip: + - ['SKIP', 'env.build.os.name not in ("linux","windows")'] diff --git a/testsuite/gpr_lsp/shutdown/test.yaml b/testsuite/gpr_lsp/shutdown/test.yaml index dd52b2bc4..a5de78f29 100644 --- a/testsuite/gpr_lsp/shutdown/test.yaml +++ b/testsuite/gpr_lsp/shutdown/test.yaml @@ -1 +1,3 @@ title: 'shutdown' +skip: + - ['SKIP', 'env.build.os.name not in ("linux","windows")']