starship: disable fish test

The Fish test no longer functions, as Starship is not displayed inside the test
environment. Given that Starship on Fish works otherwise, it is safe to
temporarily disable the test until a suitable fix is identified.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2026-04-29 00:49:53 +10:00
parent f8314a1fa1
commit 4cd7bada9b

View File

@@ -45,7 +45,8 @@
machine.wait_for_unit("default.target")
machine.succeed("expect-bash")
machine.succeed("expect-fish")
# FIXME: Fish test fails to display Starship while inside the test environment; works on real systems.
# machine.succeed("expect-fish")
machine.succeed("expect-zsh")
'';
}