-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: remove stale E2E cases #2475
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2475 +/- ##
==========================================
+ Coverage 59.43% 68.78% +9.34%
==========================================
Files 174 189 +15
Lines 6855 7489 +634
Branches 842 842
==========================================
+ Hits 4074 5151 +1077
+ Misses 2563 2040 -523
- Partials 218 298 +80
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -29,6 +28,8 @@ import ( | |||
"strings" | |||
"testing" | |||
|
|||
"github.com/shiningrush/droplet/data" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line can be removed.
* upstream/master: test: remove stale E2E cases (apache#2475) feat: basic support Apache APISIX 2.14.1 (apache#2464) fix: Users can create a Consumer in Dashboard without enabling the plugin (apache#2442) fix: change "Route List" to "Routes" (apache#2453) fix: advance matching in the route create page causes the page to crash (apache#2440) feat: release 2.13 (apache#2458) feat: support Turkish Language (apache#2452) # Conflicts: # web/package.json
(cherry picked from commit 3b2c371)
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
Remove the obsolete E2E tests and keep only the new ginkgo implementation.