Move Summary test out of [Flaky]

pull/6/head
Tim St. Clair 2016-10-12 11:17:27 -07:00
parent 71249bb82b
commit f4fc84f337
1 changed files with 1 additions and 2 deletions

View File

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