mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
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 ```
This commit is contained in:
commit
1326424f9c
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user