-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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(Proxy): skip Proxy.test.js #1667
Conversation
This test is unstable when running on Node v11 on MacOS.
Codecov Report
@@ Coverage Diff @@
## master #1667 +/- ##
==========================================
+ Coverage 75.08% 75.37% +0.29%
==========================================
Files 18 19 +1
Lines 590 597 +7
Branches 171 172 +1
==========================================
+ Hits 443 450 +7
Misses 113 113
Partials 34 34
Continue to review full report at Codecov.
|
// issue: https://github.com/webpack/webpack-dev-server/pull/1633#issuecomment-463938675 | ||
if (shouldSkipTestSuite()) { | ||
return; | ||
} |
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.
All tests failed? Maybe we can skip only one test?
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.
As far as I confirm, running two tests seems to fail.
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.
@hiroppy can we ship only their? thanks
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.
The first test(anyone) will succeed but subsequent tests will fail.
Probably postprocessing would be a problem.
Once we merge this PR and then I think that it is better to investigate the cause separately.(maybe difficult)
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.
👍 Let's do it
This test is unstable when running on Node v11 on MacOS.
For Bugs and Features; did you add new tests?
N/A
Motivation / Use-Case
see #1633 (comment)
Breaking Changes
no
Additional Info
HistoryApiFallback.test.js
seems to be good when we add skipping code toProxy.test.js
.