tao12345666333 commented on a change in pull request #677:
URL:
https://github.com/apache/apisix-ingress-controller/pull/677#discussion_r707049277
##########
File path: test/e2e/ingress/resourcepushing.go
##########
@@ -216,7 +216,7 @@ spec:
s.NewAPISIXClient().GET("/ip").WithHeader("Host",
"httpbin.com").Expect().Status(http.StatusNotFound)
s.NewAPISIXClient().GET("/ip").WithHeader("Host",
"httpbin.com").WithHeader("X-Foo", "barbaz").Expect().Status(http.StatusOK)
// remove k8s service first
- assert.Nil(ginkgo.GinkgoT(), s.DeleteHTTPBINService())
+ //assert.Nil(ginkgo.GinkgoT(), s.DeleteHTTPBINService())
Review comment:
```suggestion
// assert.Nil(ginkgo.GinkgoT(), s.DeleteHTTPBINService())
```
##########
File path: test/e2e/ingress/resourcepushing.go
##########
@@ -216,7 +216,7 @@ spec:
s.NewAPISIXClient().GET("/ip").WithHeader("Host",
"httpbin.com").Expect().Status(http.StatusNotFound)
s.NewAPISIXClient().GET("/ip").WithHeader("Host",
"httpbin.com").WithHeader("X-Foo", "barbaz").Expect().Status(http.StatusOK)
// remove k8s service first
- assert.Nil(ginkgo.GinkgoT(), s.DeleteHTTPBINService())
+ //assert.Nil(ginkgo.GinkgoT(), s.DeleteHTTPBINService())
Review comment:
just need change the format.
--
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]