Commit f4fc84f3 authored by Tim St. Clair's avatar Tim St. Clair

Move Summary test out of [Flaky]

parent 71249bb8
...@@ -32,8 +32,7 @@ import ( ...@@ -32,8 +32,7 @@ import (
"github.com/onsi/gomega/types" "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", func() {
var _ = framework.KubeDescribe("Summary API [Flaky]", func() {
f := framework.NewDefaultFramework("summary-test") f := framework.NewDefaultFramework("summary-test")
Context("when querying /stats/summary", func() { Context("when querying /stats/summary", func() {
It("should report resource usage through the stats api", func() { It("should report resource usage through the stats api", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment