mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 23:29:21 +00:00
Add a comment to tickle travis.
This commit is contained in:
parent
9519a8049b
commit
2cbe2c18d4
@ -136,6 +136,7 @@ func TestProxyUpdateDelete(t *testing.T) {
|
|||||||
conn.Close()
|
conn.Close()
|
||||||
|
|
||||||
p.OnUpdate([]api.Service{})
|
p.OnUpdate([]api.Service{})
|
||||||
|
// Wait for the port to close.
|
||||||
time.Sleep(2 * time.Second)
|
time.Sleep(2 * time.Second)
|
||||||
_, err = net.Dial("tcp", net.JoinHostPort("127.0.0.1", proxyPort))
|
_, err = net.Dial("tcp", net.JoinHostPort("127.0.0.1", proxyPort))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user