AlinsRan commented on code in PR #1128:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1128#discussion_r913935818
##########
test/e2e/suite-ingress/suite-ingress-resource/stream.go:
##########
@@ -130,11 +128,6 @@ spec:
servicePort: 53
`)
assert.Nil(ginkgo.GinkgoT(),
s.CreateVersionedApisixResource(apisixRoute))
- defer func() {
- err := s.RemoveResourceByString(apisixRoute)
- assert.Nil(ginkgo.GinkgoT(), err)
- }()
Review Comment:
The deletion of resources is based on the namespace. Why is this resource
not in the scope?
--
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]