File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ func DescribeClusters(gitopsTestRunner GitopsTestRunner) {
606
606
deleteClusterEntry (webDriver , []string {clusterName })
607
607
})
608
608
609
- It ("@wkp Verify team workspaces variations" , func () {
609
+ XIt ("@wkp Verify team workspaces variations" , func () {
610
610
if getEnv ("CONNECT_KIND_WKP_LEAF_TEST" , "" ) == "" {
611
611
Skip ("set CONNECT_KIND_WKP_LEAF_TEST env var to run this test" )
612
612
}
@@ -651,7 +651,7 @@ func DescribeClusters(gitopsTestRunner GitopsTestRunner) {
651
651
connectACluster (webDriver , gitopsTestRunner , leaves ["eks" ])
652
652
})
653
653
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 () {
655
655
connectACluster (webDriver , gitopsTestRunner , leaves ["kind-wkp" ])
656
656
})
657
657
})
You can’t perform that action at this time.
0 commit comments