Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit ae0b4fe

Browse files
authored
Merge pull request #1493 from adrianludwin/exclude-test
Disable broken test
2 parents 6af20e0 + 9b029ed commit ae0b4fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

incubator/hnc/test/e2e/issues_test.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,10 @@ var _ = Describe("Issues", func() {
215215
MustRun("kubectl delete subns", nsChild, "-n", nsParent)
216216
})
217217

218-
It("Should have CannotPropagateObject and CannotUpdateObject events - replacing obsolete issues #328, #605, #771", func() {
218+
// Disabled due to https://github.com/kubernetes-sigs/multi-tenancy/issues/1492 - now that HNC
219+
// *can* propagate cluster-admin rolebindings (see the test for #772), we need to find some new
220+
// way to test what HNC does when it *can't* propagate something.
221+
XIt("Should have CannotPropagateObject and CannotUpdateObject events - replacing obsolete issues #328, #605, #771", func() {
219222
// Set up
220223
CreateNamespace(nsParent)
221224
CreateNamespace(nsChild)

0 commit comments

Comments
 (0)