From e4e64b60da021577b06c90a5befcfed7afe027a8 Mon Sep 17 00:00:00 2001 From: michaelschiff Date: Thu, 27 Jul 2023 10:54:46 -0700 Subject: [PATCH] dont skip filtering on static namespace tests --- 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 7332ad64..2b2878a9 100644 --- a/skylib/k8s_test_namespace.sh.tpl +++ b/skylib/k8s_test_namespace.sh.tpl @@ -47,9 +47,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"