From f4fc84f337e1af73bf919278e0db339827aa043b Mon Sep 17 00:00:00 2001 From: "Tim St. Clair" Date: Wed, 12 Oct 2016 11:17:27 -0700 Subject: [PATCH] Move Summary test out of [Flaky] --- test/e2e_node/summary_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e_node/summary_test.go b/test/e2e_node/summary_test.go index 15fe2bcfe43..3b3d30bd1b5 100644 --- a/test/e2e_node/summary_test.go +++ b/test/e2e_node/summary_test.go @@ -32,8 +32,7 @@ import ( "github.com/onsi/gomega/types" ) -// TODO(timstclair): Move this test out of the flaky suite once it has demonstrated stability. -var _ = framework.KubeDescribe("Summary API [Flaky]", func() { +var _ = framework.KubeDescribe("Summary API", func() { f := framework.NewDefaultFramework("summary-test") Context("when querying /stats/summary", func() { It("should report resource usage through the stats api", func() {