mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux
This commit is contained in:
parent
e3733a2f27
commit
38dd5b07a0
4 changed files with 33 additions and 2 deletions
|
@ -32,6 +32,16 @@
|
|||
# re-enable after fixed
|
||||
"dmd"
|
||||
]
|
||||
++ lib.optionals (system == "x86_64-linux") [
|
||||
# TODO: phpPackages.php-cs-fixer is unavailable because its dependency _7zz is broken (as of 2024-11-03)
|
||||
# Re-enable when https://github.com/NixOS/nixpkgs/pull/353272 lands on `nixos-unstable`
|
||||
"phan"
|
||||
"phpcbf"
|
||||
"phpcs"
|
||||
"php_cs_fixer"
|
||||
"phpstan"
|
||||
"psalm"
|
||||
]
|
||||
++ lib.optionals (system == "aarch64-linux") [
|
||||
# Broken as of 2024-07-13
|
||||
# TODO: re-enable this tests when fixed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue