Unverified Commit 1326424f authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #56488 from loburm/remove-gke-from-e2e

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove gke from expected providers of audit e2e test. In case of GKE we don't write logs to the file. ```release-note NONE ```
parents 912d8179 b2cf695b
...@@ -53,7 +53,7 @@ var ( ...@@ -53,7 +53,7 @@ var (
var _ = SIGDescribe("Advanced Audit", func() { var _ = SIGDescribe("Advanced Audit", func() {
f := framework.NewDefaultFramework("audit") f := framework.NewDefaultFramework("audit")
BeforeEach(func() { BeforeEach(func() {
framework.SkipUnlessProviderIs("gce", "gke") framework.SkipUnlessProviderIs("gce")
}) })
It("should audit API calls", func() { It("should audit API calls", 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