Commit 2d9908a8 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

Mark portforward e2e tests as flaky

parent 653fd97b
......@@ -219,7 +219,7 @@ var _ = framework.KubeDescribe("Port forwarding", func() {
verifyLogMessage(logOutput, "Expected to read 3 bytes from client, but got 0 instead")
})
It("should support a client that connects, sends data, and disconnects [Conformance]", func() {
It("should support a client that connects, sends data, and disconnects [Conformance] [Flaky]", func() {
By("creating the target pod")
pod := pfPod("abc", "10", "10", "100")
if _, err := f.ClientSet.Core().Pods(f.Namespace.Name).Create(pod); err != nil {
......@@ -287,7 +287,7 @@ var _ = framework.KubeDescribe("Port forwarding", func() {
})
})
framework.KubeDescribe("With a server that expects no client request", func() {
It("should support a client that connects, sends no data, and disconnects [Conformance]", func() {
It("should support a client that connects, sends no data, and disconnects [Conformance] [Flaky]", func() {
By("creating the target pod")
pod := pfPod("", "10", "10", "100")
if _, err := f.ClientSet.Core().Pods(f.Namespace.Name).Create(pod); err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment