All 4.5 to 4.6 skew tests have been broken for quite a while https://prow.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-origin-installer-old-rhcos-e2e-aws-4.6/1338185336429219840 due to a panic happening in code init, vs inside a test. The panic completely blocks the test suite from running, vs just skipping one test. github.com/openshift/origin/vendor/github.com/onsi/ginkgo.Describe(0x5a7c009, 0x32, 0x5d34aa8, 0x965bad) /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/onsi/ginkgo/ginkgo_dsl.go:289 +0xd6 github.com/openshift/origin/test/extended/oauth.init() /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/oauth/expiration.go:24 +0x54 Has to happen inside a test block. This is not a backport (the bug only exists in 4.5 and can only be fixed in 4.5 z).
Impact on 4.5 != blocker.
closing as 4.5 is EOL