From 3ba96f193431e197563ecc9c7bfbea96aee7e4da Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 18 Mar 2025 18:34:23 +0100 Subject: [PATCH] tests/none-ls: disable broken terragrunt_fmt on aarch64-linux --- tests/test-sources/plugins/by-name/none-ls/default.nix | 5 +++++ 1 file changed, 5 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 067a616b..e03880a4 100644 --- a/tests/test-sources/plugins/by-name/none-ls/default.nix +++ b/tests/test-sources/plugins/by-name/none-ls/default.nix @@ -112,6 +112,11 @@ # TODO: re-enable when the fix lands in nixpkgs-unstable # https://github.com/NixOS/nixpkgs/pull/389579 "semgrep" + + # Added 2025-03-18 + # TODO: re-enable at the next bump + "terragrunt_fmt" + "terragrunt_validate" ] ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ # Not available on aarch64-linux