mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #91499 from lo24/intf-fix
fix a regression that TestValidateNodeIPParam never actually works
This commit is contained in:
commit
dcdeed97cd
@ -2151,7 +2151,7 @@ func TestValidateNodeIPParam(t *testing.T) {
|
||||
ip = v.IP
|
||||
}
|
||||
if ip.IsLoopback() || ip.IsLinkLocalUnicast() {
|
||||
break
|
||||
continue
|
||||
}
|
||||
successTest := test{
|
||||
nodeIP: ip.String(),
|
||||
|
Loading…
Reference in New Issue
Block a user