Comment out installkind() for now
Change-Id: I58b43e951ddbf273d070901515bead5581814582
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy
index 32c55ba..d3950ea 100644
--- a/jjb/pipeline/voltha/master/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -305,13 +305,13 @@
{
script
{
- // Explicit signpost for times when I/O goes silent.
- // ie: At times groovy must be passed jenkinsfile.self to access *.echo()
+ /*
println(' ** Calling installKind.groovy: ENTER')
// chicken-n-egg problem, kind command needed
// to determine if kubernetes cluster is active
installKind() { debug:true }
println(' ** Calling installKind.groovy: LEAVE')
+ */
def clusterExists = sh(
returnStdout: true,