tests/lsp: disable ols test

This commit is contained in:
Gaetan Lepage 2024-02-11 12:29:23 +01:00 committed by Gaétan Lepage
parent 8ff690705c
commit f44d117d59

View file

@ -130,7 +130,11 @@
(pkgs.stdenv.hostPlatform.system != "aarch64-linux") (pkgs.stdenv.hostPlatform.system != "aarch64-linux")
# As of 2024-01-04, ols is broken on darwin # As of 2024-01-04, ols is broken on darwin
# TODO: re-enable this test when fixed # TODO: re-enable this test when fixed
&& !pkgs.stdenv.isDarwin; && !pkgs.stdenv.isDarwin
# As of 2024-02-11, ols is broken on x86_64-linux
# TODO: re-enable this test when fixed
# See https://github.com/NixOS/nixpkgs/pull/287577
&& (pkgs.stdenv.hostPlatform.system != "x86_64-linux");
omnisharp.enable = true; omnisharp.enable = true;
perlpls.enable = true; perlpls.enable = true;
pest_ls.enable = true; pest_ls.enable = true;