tests: temporarily disable test for swift_format on aarch64

This commit is contained in:
Gaetan Lepage 2024-03-11 19:01:45 +01:00 committed by Gaétan Lepage
parent 574b168487
commit 8b500ef1db
2 changed files with 6 additions and 0 deletions

View file

@ -75,6 +75,9 @@
[ [
"dmd" "dmd"
"smlfmt" "smlfmt"
# As of 2024-03-11, swift-format is broken on aarch64
# TODO: re-enable this test when fixed
# "swift_format"
] ]
); );

View file

@ -147,6 +147,9 @@
[ [
"semgrep" "semgrep"
"smlfmt" "smlfmt"
# As of 2024-03-11, swift-format is broken on aarch64
# TODO: re-enable this test when fixed
"swift_format"
] ]
); );