mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -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")
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user