mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Mark monitoring e2e test as pending (skipped) until stable.
This commit is contained in:
@@ -30,7 +30,8 @@ import (
|
|||||||
. "github.com/onsi/ginkgo"
|
. "github.com/onsi/ginkgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = Describe("Monitoring", func() {
|
// TODO: quinton: debug issue #6541 and then remove Pending flag here.
|
||||||
|
var _ = PDescribe("Monitoring", func() {
|
||||||
var c *client.Client
|
var c *client.Client
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
Reference in New Issue
Block a user