Skip to content

Commit

Permalink
tests/lsp: re-enable ols
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 15, 2024
1 parent 618439d commit 0cef34c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,7 @@
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
# As of 2024-01-04, ols is broken on darwin
# TODO: re-enable this test when fixed
&& !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");
&& !pkgs.stdenv.isDarwin;
omnisharp.enable = true;
perlpls.enable = true;
pest_ls.enable = true;
Expand Down

0 comments on commit 0cef34c

Please sign in to comment.