Skip to content

Commit

Permalink
tests/{lsp-servers,efmls-configs}: disable psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and nix-infra-bot committed Nov 18, 2024
1 parent 8b77198 commit e141701
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/lsp-servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ let
}:
let
disabled =
lib.optionals pkgs.stdenv.isDarwin [
[
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
]
++ lib.optionals pkgs.stdenv.isDarwin [
"fsautocomplete"
]
++ lib.optionals pkgs.stdenv.isAarch64 [
Expand Down
3 changes: 3 additions & 0 deletions tests/test-sources/plugins/lsp/efmls-configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
"phpstan"
# TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm"
]
++ lib.optionals (system == "aarch64-linux") [
# Broken as of 2024-07-13
Expand Down

0 comments on commit e141701

Please sign in to comment.