From 8f19a9bedb9438868d60873ce52ecbf88da80654 Mon Sep 17 00:00:00 2001 From: smruthi2187 Date: Mon, 5 Feb 2018 19:02:16 -0800 Subject: [PATCH] commenting out helm installation. --- test/test_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_utils.sh b/test/test_utils.sh index a459ec5b..caac4686 100755 --- a/test/test_utils.sh +++ b/test/test_utils.sh @@ -435,7 +435,7 @@ install_and_test() { clean_tpr_crd_resources id=$(generate_test_id) - trap "helm_uninstall_fission $id" EXIT + #trap "helm_uninstall_fission $id" EXIT if ! helm_install_fission $id $image $imageTag $fetcherImage $fetcherImageTag $controllerPort $routerPort $fluentdImage $fluentdImageTag $pruneInterval then dump_logs $id