Skip to content

Commit 9b47a0b

Browse files
committed
Skipping wkp connect cluster test
1 parent 494f923 commit 9b47a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acceptance/test/ui_clusters.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ func DescribeClusters(gitopsTestRunner GitopsTestRunner) {
606606
deleteClusterEntry(webDriver, []string{clusterName})
607607
})
608608

609-
It("@wkp Verify team workspaces variations", func() {
609+
XIt("@wkp Verify team workspaces variations", func() {
610610
if getEnv("CONNECT_KIND_WKP_LEAF_TEST", "") == "" {
611611
Skip("set CONNECT_KIND_WKP_LEAF_TEST env var to run this test")
612612
}
@@ -651,7 +651,7 @@ func DescribeClusters(gitopsTestRunner GitopsTestRunner) {
651651
connectACluster(webDriver, gitopsTestRunner, leaves["eks"])
652652
})
653653

654-
It("@wkp Verify user can connect a kind cluster with cluster components installed", func() {
654+
XIt("@wkp Verify user can connect a kind cluster with cluster components installed", func() {
655655
connectACluster(webDriver, gitopsTestRunner, leaves["kind-wkp"])
656656
})
657657
})

0 commit comments

Comments
 (0)