From 004181813fa6e28688e396255474f632aa5709d8 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 21 Aug 2024 06:00:24 +0100 Subject: [PATCH] tests/plugins/schemastore: don't check warnings Follow up to a1a34887791489d571fd996bbdd772899757a49c Uses new `test.checkWarnings` option. --- tests/test-sources/plugins/lsp/schemastore.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/test-sources/plugins/lsp/schemastore.nix b/tests/test-sources/plugins/lsp/schemastore.nix index 97156c9b..29d62b69 100644 --- a/tests/test-sources/plugins/lsp/schemastore.nix +++ b/tests/test-sources/plugins/lsp/schemastore.nix @@ -1,5 +1,8 @@ { empty = { + # TODO: remove once json is re-enabled + test.checkWarnings = false; + plugins = { lsp = { enable = true; @@ -17,6 +20,9 @@ }; example = { + # TODO: remove once json is re-enabled + test.checkWarnings = false; + plugins = { lsp = { enable = true; @@ -69,6 +75,9 @@ }; withJson = { + # TODO: remove once json is re-enabled + test.checkWarnings = false; + plugins = { lsp = { enable = true;