From a445c5c0f2a8d43529335414a66be3c0fba25828 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Wed, 7 Dec 2016 12:42:46 +0100 Subject: [PATCH] e2e: mark 3rd portforwarding test as flaky --- test/e2e/portforward.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/portforward.go b/test/e2e/portforward.go index 4596af61867..b2892cbb4dc 100644 --- a/test/e2e/portforward.go +++ b/test/e2e/portforward.go @@ -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 {