From 8024b044d612a0aa354eafa6d111ddac56f097bd Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 31 Jul 2024 22:36:07 +0200 Subject: [PATCH] tests/plugins/efmls: disable dmd test on x86_64-darwin https://github.com/NixOS/nixpkgs/pull/331373 --- tests/test-sources/plugins/lsp/efmls-configs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index 4dfd270b..7110c88a 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -31,6 +31,10 @@ "latexindent" ] ++ pkgs.lib.optionals (pkgs.stdenv.hostPlatform.system == "x86_64-darwin") [ + # As of 2024-07-31, dmd is broken on x86_64-darwin + # https://github.com/NixOS/nixpkgs/pull/331373 + # 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"