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"