From 60638182b8d1b0fe13631d02eafaf8903499ee60 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 21 Apr 2025 01:06:34 +0200 Subject: [PATCH] tests/none-ls: disable rego and opacheck on aarch64-linux (build failure of open-policy-agent) --- 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 eeddf45c..475a4dab 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -117,6 +117,10 @@ # TODO: 2025-04-20 build failure (swift-corelibs-xctest) "swift_format" + + # TODO: 2025-04-20 build failure (open-policy-agent) + "opacheck" + "rego" ] ++ lib.optionals hostPlatform.isDarwin [ # TODO 2025-04-20 build failure