Skip to content
Prev Previous commit
Next Next commit
registry: fix hanging istioctl test
  • Loading branch information
risu729 committed Nov 27, 2025
commit 975a034a65261625023c00b050deb4b7c727c5dd
2 changes: 1 addition & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ description = "Io is a programming language focused on expressiveness through si
[tools.istioctl]
backends = ["aqua:istio/istio/istioctl", "asdf:virtualstaticvoid/asdf-istioctl"]
description = "Istio configuration command line utility for service operators to debug and diagnose their Istio mesh"
test = ["istioctl version", "{{version}}"]
test = ["istioctl version --remote=false", "client version: {{version}}"]

[tools.janet]
backends = ["asdf:mise-plugins/mise-janet"]
Expand Down
Loading