From 5281e7957fb9b8536a6bd36d53b130d86a2639c0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 4 Jan 2024 23:35:30 +0100 Subject: [PATCH] tests/efmls-configs: disable dmd and lua_format on x86_64-darwin (broken) --- tests/test-sources/plugins/lsp/efmls-configs.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index 26cf46cc98..10e458c8c4 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -28,6 +28,14 @@ # TODO: re-enable those tests when fixed "chktex" "latexindent" + ] + ++ pkgs.lib.optionals (pkgs.stdenv.hostPlatform.system == "x86_64-darwin") [ + # As of 2024-01-04, dmd is broken on x86_64-darwin + # TODO: re-enable this test when fixed + "dmd" + # As of 2024-01-04, luaformat is broken on x86_64-darwin + # TODO: re-enable this test when fixed + "lua_format" ]; unpackaged =