Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/extended/quota/clusterquota.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ var _ = g.Describe("[sig-api-machinery][Feature:ClusterResourceQuota]", func() {

g.Describe("Cluster resource quota", func() {
g.It(fmt.Sprintf("should control resource limits across namespaces"), func() {
// This skip can be removed once https://github.com/openshift/kubernetes/pull/834 and
// the test is updated to reflect the addition of a service ca configmap to every namespace.
g.Skip("Skipping to allow service ca configmap publication to merge to o/k")

t := g.GinkgoT(1)

versionInfo, err := oc.KubeClient().Discovery().ServerVersion()
Expand Down