tests/lsp: re-enable ols

This commit is contained in:
Gaetan Lepage 2024-02-15 10:55:32 +01:00 committed by Gaétan Lepage
parent 618439de33
commit 0cef34c889

View file

@ -130,11 +130,7 @@
(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;