We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3213069 commit 5cd7325Copy full SHA for 5cd7325
test/e2e/kubectl/portforward.go
@@ -617,7 +617,7 @@ var _ = SIGDescribe("Kubectl Port forwarding", func() {
617
// this error indicates timeout when POST-ing data
618
gomega.ContainSubstring("context deadline exceeded"),
619
// this will happen when trying to write to a closed connection
620
- gomega.ContainSubstring("write: broken pipe")))
+ gomega.ContainSubstring("write: broken pipe"), gomega.ContainSubstring("closed network connection")))
621
622
ginkgo.By("Check kubectl port-forward exit code")
623
gomega.Expect(cmd.cmd.ProcessState.ExitCode()).To(gomega.BeNumerically("<", 0), "kubectl port-forward should finish with non-zero exit code")
0 commit comments