tests/plugins/efmls: disable dmd test on x86_64-darwin

https://github.com/NixOS/nixpkgs/pull/331373
This commit is contained in:
Gaetan Lepage 2024-07-31 22:36:07 +02:00
parent 5c149963c0
commit 8024b044d6

View file

@ -31,6 +31,10 @@
"latexindent" "latexindent"
] ]
++ pkgs.lib.optionals (pkgs.stdenv.hostPlatform.system == "x86_64-darwin") [ ++ 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 # As of 2024-01-04, luaformat is broken on x86_64-darwin
# TODO: re-enable this test when fixed # TODO: re-enable this test when fixed
"lua_format" "lua_format"