From f5a6876c51a68f65a359406edbc0dd1896b05d1a Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Fri, 19 Aug 2022 11:00:45 -0400 Subject: [PATCH] Remove temporary workaround from getting started test (#11721) --- content/en/docs/setup/getting-started/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/setup/getting-started/test.sh b/content/en/docs/setup/getting-started/test.sh index eafaec0592..2c2aab604c 100644 --- a/content/en/docs/setup/getting-started/test.sh +++ b/content/en/docs/setup/getting-started/test.sh @@ -84,5 +84,4 @@ _verify_contains snip_view_the_dashboard_dashboard_1 'deployment "kiali" success # @cleanup cleanup_bookinfo_sample snip_uninstall_1 -kubectl delete validatingwebhookconfiguration istiod-default-validator #TODO remove when https://github.com/istio/istio/issues/38855 is fixed kubectl delete ns istio-system --ignore-not-found=true