mirror of https://github.com/k3s-io/k3s
Revert "remove cluster logging e2e test from flaky suite"
parent
ea5f1233c2
commit
d55853dc07
|
@ -30,7 +30,8 @@ import (
|
|||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = Describe("Cluster level logging using Elasticsearch", func() {
|
||||
// Flaky issue #17873
|
||||
var _ = Describe("Cluster level logging using Elasticsearch [Flaky]", func() {
|
||||
f := NewFramework("es-logging")
|
||||
|
||||
BeforeEach(func() {
|
||||
|
|
Loading…
Reference in New Issue