Commit a445c5c0 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

e2e: mark 3rd portforwarding test as flaky

parent 34c873a7
......@@ -174,7 +174,7 @@ var _ = framework.KubeDescribe("Port forwarding", func() {
f := framework.NewDefaultFramework("port-forwarding")
framework.KubeDescribe("With a server that expects a 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("abc", "1", "1", "1")
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