From 8b500ef1db8c65ebb94b31434146e00efe4e8b9f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 11 Mar 2024 19:01:45 +0100 Subject: [PATCH] tests: temporarily disable test for swift_format on aarch64 --- tests/test-sources/plugins/lsp/efmls-configs.nix | 3 +++ tests/test-sources/plugins/none-ls.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index 34724c49..5080b639 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -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" ] ); diff --git a/tests/test-sources/plugins/none-ls.nix b/tests/test-sources/plugins/none-ls.nix index f9351539..e241bbcb 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -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" ] );