Skip to content

Commit

Permalink
tests: temporarily disable test for swift_format on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 11, 2024
1 parent 574b168 commit 8b500ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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 @@ -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"
]
);

Expand Down
3 changes: 3 additions & 0 deletions tests/test-sources/plugins/none-ls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
);

Expand Down

0 comments on commit 8b500ef

Please sign in to comment.