From 6ad11dbcf70f16512788f574bb75b23da1308fa5 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Wed, 3 Feb 2016 10:05:27 -0800 Subject: [PATCH] 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. --- test/e2e/kube-ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/kube-ui.go b/test/e2e/kube-ui.go index 952eb9581cf..2cdda33b3d2 100644 --- a/test/e2e/kube-ui.go +++ b/test/e2e/kube-ui.go @@ -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())