mirror of https://github.com/k3s-io/k3s
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 ```pull/6/head
commit
1326424f9c
|
@ -53,7 +53,7 @@ var (
|
|||
var _ = SIGDescribe("Advanced Audit", func() {
|
||||
f := framework.NewDefaultFramework("audit")
|
||||
BeforeEach(func() {
|
||||
framework.SkipUnlessProviderIs("gce", "gke")
|
||||
framework.SkipUnlessProviderIs("gce")
|
||||
})
|
||||
|
||||
It("should audit API calls", func() {
|
||||
|
|
Loading…
Reference in New Issue