Skip to content

Commit

Permalink
tests/lsp: temporarily disable test for sourcekit on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 11, 2024
1 parent b75d687 commit 574b168
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@
};
slint-lsp.enable = true;
solargraph.enable = true;
sourcekit.enable = true;
# As of 2024-03-11, sourcekit-lsp is broken on aarch64
# TODO: re-enable this test when fixed
sourcekit.enable = !pkgs.stdenv.isAarch64;
svelte.enable = true;
tailwindcss.enable = true;
taplo.enable = true;
Expand Down

0 comments on commit 574b168

Please sign in to comment.