Commit 09b4341e authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Merge pull request #20525 from kubernetes/revert-18910-esmaster

Revert "remove cluster logging e2e test from flaky suite"
parents ae2aece9 d55853dc
...@@ -30,7 +30,8 @@ import ( ...@@ -30,7 +30,8 @@ import (
. "github.com/onsi/gomega" . "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") f := NewFramework("es-logging")
BeforeEach(func() { BeforeEach(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