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")']