mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 11:25:11 +00:00
Tag conformance tests with a [Conformance] string in the description
- remove skip list from conformance-test.sh and filter by the new tag - remove experimental api tests from conformance test suite - remove all tests from conformance test suite which are either restricted to e.g. gce, gke, aws or require SSH
This commit is contained in:
@@ -38,7 +38,7 @@ var _ = Describe("kube-ui", func() {
|
||||
|
||||
f := NewFramework("kube-ui")
|
||||
|
||||
It("should check that the kube-ui instance is alive", func() {
|
||||
It("should check that the kube-ui instance is alive [Conformance]", func() {
|
||||
By("Checking the kube-ui service exists.")
|
||||
err := waitForService(f.Client, uiNamespace, uiServiceName, true, poll, serviceStartTimeout)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
|
||||
Reference in New Issue
Block a user