e2e: mark 3rd portforwarding test as flaky

This commit is contained in:
Dr. Stefan Schimanski 2016-12-07 12:42:46 +01:00
parent 34c873a748
commit a445c5c0f2

View File

@ -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 {