fgksgf commented on a change in pull request #573:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/573#discussion_r698138844



##########
File path: test/e2e/scaffold/scaffold.go
##########
@@ -340,12 +350,12 @@ func (s *Scaffold) afterEach() {
                }
        }
 
-       err := k8s.DeleteNamespaceE(s.t, s.kubectlOptions, s.namespace)
-       assert.Nilf(ginkgo.GinkgoT(), err, "deleting namespace %s", s.namespace)
-
-       for _, f := range s.finializers {
-               f()
-       }
+       //err := k8s.DeleteNamespaceE(s.t, s.kubectlOptions, s.namespace)

Review comment:
       Yes, I comment these for debugging and forgot to uncomment them... sry




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to