mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #20563 from roberthbailey/ui-e2e-non-conformance
Auto commit by PR queue bot
This commit is contained in:
commit
9d7a3ed9f6
@ -39,7 +39,7 @@ var _ = Describe("kube-ui", func() {
|
|||||||
|
|
||||||
f := NewFramework("kube-ui")
|
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.")
|
By("Checking the kube-ui service exists.")
|
||||||
err := waitForService(f.Client, uiNamespace, uiServiceName, true, poll, serviceStartTimeout)
|
err := waitForService(f.Client, uiNamespace, uiServiceName, true, poll, serviceStartTimeout)
|
||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
|
Loading…
Reference in New Issue
Block a user