tests/efmls-configs: disable dmd and lua_format on x86_64-darwin (broken)

This commit is contained in:
Gaetan Lepage 2024-01-04 23:35:30 +01:00 committed by Gaétan Lepage
parent e2bd0e5db0
commit 5281e7957f

View file

@ -28,6 +28,14 @@
# TODO: re-enable those tests when fixed # TODO: re-enable those tests when fixed
"chktex" "chktex"
"latexindent" "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 = unpackaged =