Jaycean commented on a change in pull request #1571:
URL: https://github.com/apache/apisix-dashboard/pull/1571#discussion_r592113035
##########
File path: api/test/e2enew/ssl/ssl_suite_test.go
##########
@@ -25,12 +25,11 @@ import (
"e2enew/base"
)
-func TestRoute(t *testing.T) {
+func TestSSL(t *testing.T) {
ginkgo.RunSpecs(t, "ssl suite")
}
var _ = ginkgo.AfterSuite(func() {
base.CleanResource("ssl")
- base.CleanResource("routes")
Review comment:
@starsz @nic-chen
I have a question here. If we create a route in the test case and delete the
route, and verify that the route is indeed deleted, do we still need to
executeAfterSuite(base.CleanResource("resource") to ensure the deletion of
resources?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]