From 3a28868eb94f14d7f5757f1c7ef832e5bb3ccaa5 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Wed, 20 Apr 2016 17:53:05 +0000 Subject: [PATCH] Remove flaky tag from e2e net granular The tests are running reliably on every origin merge and can be verified similarly reliable on kube. --- test/e2e/networking.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/networking.go b/test/e2e/networking.go index 914d62fcb2b..a402608c427 100644 --- a/test/e2e/networking.go +++ b/test/e2e/networking.go @@ -213,8 +213,7 @@ var _ = framework.KubeDescribe("Networking", func() { Expect(string(body)).To(Equal("pass")) }) - // Marked with [Flaky] until the tests prove themselves stable. - framework.KubeDescribe("[Flaky] Granular Checks", func() { + framework.KubeDescribe("Granular Checks", func() { It("should function for pod communication on a single node", func() {