Skip to content

Commit 8fa5316

Browse files
committed
tests/{lsp-servers,efmls-configs}: disable psalm
NixOS/nixpkgs#356704
1 parent 80f1ae5 commit 8fa5316

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/lsp-servers.nix

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ let
4848
"dafny"
4949
"fsautocomplete"
5050
"omnisharp"
51+
# TODO: added 2024-11-30
52+
# Fixed in https://github.com/NixOS/nixpkgs/pull/360544
53+
"psalm"
5154
]
5255
++ lib.optionals pkgs.stdenv.isDarwin [
5356
"fsautocomplete"

tests/test-sources/plugins/lsp/efmls-configs.nix

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
# TODO: added 2024-10-15
3232
# re-enable after fixed
3333
"dmd"
34+
# TODO: added 2024-11-30
35+
# Fixed in https://github.com/NixOS/nixpkgs/pull/360544
36+
"psalm"
3437
]
3538
++ lib.optionals (system == "aarch64-linux") [
3639
# Broken as of 2024-07-13

0 commit comments

Comments
 (0)