From 562216b0ca2d4607f9a48834cae0b4617aa3a660 Mon Sep 17 00:00:00 2001 From: Andy Chang Date: Thu, 27 Jul 2023 11:26:38 -0700 Subject: [PATCH] see https://github.com/adobe/rules_gitops/pull/143 --- skylib/k8s_test_namespace.sh.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/skylib/k8s_test_namespace.sh.tpl b/skylib/k8s_test_namespace.sh.tpl index 27910cfc..c8467745 100644 --- a/skylib/k8s_test_namespace.sh.tpl +++ b/skylib/k8s_test_namespace.sh.tpl @@ -49,9 +49,6 @@ then NAMESPACE=${USER} # do not delete namespace after the test is complete DELETE_NAMESPACE_FLAG="" - # do not perform manifest transformations - # test setup should not try to apply modified manifests - IT_MANIFEST_FILTER="cat" else # create random namespace DELETE_NAMESPACE_FLAG="-delete_namespace"