tests/lsp: temporarily disable test for sourcekit on aarch64

This commit is contained in:
Gaetan Lepage 2024-03-11 18:39:28 +01:00 committed by Gaétan Lepage
parent b75d6875c2
commit 574b168487

View file

@ -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;