Skip to content

Commit

Permalink
tests/efmls-configs: disable dmd and lua_format on x86_64-darwin (bro…
Browse files Browse the repository at this point in the history
…ken)
  • Loading branch information
GaetanLepage committed Jan 4, 2024
1 parent e2bd0e5 commit 5281e79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test-sources/plugins/lsp/efmls-configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 5281e79

Please sign in to comment.