Commit 6ad11dbc authored by Robert Bailey's avatar Robert Bailey

Don't label the UI e2e test as part of the conformance suite - it's

a test to ensure that an *optional* cluster addon is working.
parent 59820827
......@@ -39,7 +39,7 @@ var _ = Describe("kube-ui", func() {
f := NewFramework("kube-ui")
It("should check that the kube-ui instance is alive [Conformance]", func() {
It("should check that the kube-ui instance is alive", func() {
By("Checking the kube-ui service exists.")
err := waitForService(f.Client, uiNamespace, uiServiceName, true, poll, serviceStartTimeout)
Expect(err).NotTo(HaveOccurred())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment