diff --git a/test/e2e/kube-ui.go b/test/e2e/kube-ui.go index 952eb9581cf8..2cdda33b3d26 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())