tests/lsp: improve vectorcode comment

It isn't broken on aarch64-linux, but it can't run in the build sandbox.
Therefore we can't run it in our tests.
This commit is contained in:
Matt Sturgeon 2025-06-22 11:03:43 +01:00 committed by Austin Horstman
parent 35708afc63
commit cd1f50b1e8

View file

@ -50,7 +50,7 @@ let
# TODO: 2025-04-20 build failure (swift-corelibs-xctest) # TODO: 2025-04-20 build failure (swift-corelibs-xctest)
"sourcekit" "sourcekit"
# pkgs.vectorcode is not available on this platform # pkgs.vectorcode cannot run in the build sandbox on this platform, due to issues with onnxruntime
"vectorcode_server" "vectorcode_server"
# TODO: 2024-10-05 build failure # TODO: 2024-10-05 build failure