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() {