mirror of https://github.com/k3s-io/k3s
Merge pull request #34631 from timstclair/summary-test
Automatic merge from submit-queue Move Summary test out of [Flaky] Test has been stable for a week.pull/6/head
commit
bf132c82a6
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue