Skip to content

Commit 0d2205f

Browse files
authored
Merge pull request kubernetes#94376 from mkumatag/patch-2
Skip TestLoopbackHostPortIPv6 run on non-IPv6 env
2 parents a69c4cb + a9c0c5a commit 0d2205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/server/config_selfclient_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func TestLoopbackHostPortIPv6(t *testing.T) {
6060
t.Fatalf("fail to enumerate network interface, %s", err)
6161
}
6262
if !ipv6 {
63-
t.Fatalf("no ipv6 loopback interface")
63+
t.Skip("no ipv6 loopback interface")
6464
}
6565

6666
host, port, err := LoopbackHostPort("[ff06:0:0:0:0:0:0:c3]:443")

0 commit comments

Comments
 (0)