From 981c917a430cebe5e9d8d2be7b286fedec02d46e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 7 Jul 2025 16:26:17 +0200 Subject: [PATCH] tests/none-ls: disable tests that depend on open-policy-agent on darwin --- tests/test-sources/plugins/by-name/none-ls/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-sources/plugins/by-name/none-ls/default.nix b/tests/test-sources/plugins/by-name/none-ls/default.nix index 50040a99..ab7d7c4a 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -132,6 +132,10 @@ "racket_fixw" "raco_fmt" "rubyfmt" + + # TODO 2025-07-07 open-policy-agent is broken on darwin + "opacheck" + "rego" ] ++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isx86_64) [ # TODO: 2025-06-24 build failure