mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
tests: temporarily disable test for swift_format on aarch64
This commit is contained in:
parent
574b168487
commit
8b500ef1db
2 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,9 @@
|
|||
[
|
||||
"dmd"
|
||||
"smlfmt"
|
||||
# As of 2024-03-11, swift-format is broken on aarch64
|
||||
# TODO: re-enable this test when fixed
|
||||
# "swift_format"
|
||||
]
|
||||
);
|
||||
|
||||
|
|
|
@ -147,6 +147,9 @@
|
|||
[
|
||||
"semgrep"
|
||||
"smlfmt"
|
||||
# As of 2024-03-11, swift-format is broken on aarch64
|
||||
# TODO: re-enable this test when fixed
|
||||
"swift_format"
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue