Skip to content

Commit 2649d9d

Browse files
authored
Merge pull request #8539 from zalando-incubator/remove-test
[e2e] Skip authz test for access handled by admission-controller
2 parents fd4ff9f + 3931435 commit 2649d9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/e2e/authorization.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,7 @@ var _ = g.Describe("Authorization [RBAC] [Zalando]", func() {
213213
})
214214

215215
g.It("should deny deleting kube-system or visibility namespaces", func() {
216-
tc.data.resources = []string{"namespaces"}
217-
tc.data.namespaces = []string{"kube-system", "visibility"}
218-
tc.data.verbs = []string{"delete"}
219-
tc.run(context.TODO(), cs, false)
220-
gomega.Expect(tc.output.passed).To(gomega.BeTrue(), tc.output.String())
216+
g.Skip("handled by admission-controller")
221217
})
222218

223219
g.When("the resource is a namespaced resource", func() {

0 commit comments

Comments
 (0)