-
Notifications
You must be signed in to change notification settings - Fork 21
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
chore(test): revert pw framework update #1277
Conversation
Signed-off-by: Vladimir Lazar <[email protected]>
Signed-off-by: Vladimir Lazar <[email protected]>
@deboer-tim looks like dependobot updated the PW framework to version 1.15.1 two days ago, at which point the e2e tests started failing, I'm not sure what is causing the failures, since the update seems to be working fine elsewhere, but in the meantime I made this PR to revert the update and get the tests running while we investigate. |
Signed-off-by: Vladimir Lazar <[email protected]>
Signed-off-by: Vladimir Lazar <[email protected]>
PR check seems to be passing now but running e2e tests on windows still has the same issue, so I don't think this PR fixed whatever problem there is, at least not completely. |
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.
It's up to you guys. I'm ok reverting if it gives more chance to investigate.
In general I'd prefer moving to a place where e2e tests must pass and are testing only the current branch. Nightly wouldn't work for that either (since it's testing the previous one, or could fail if we're fixing a previous release like 1.6.1?), but again, it's better than before and could improve later.
@deboer-tim the pr check does run on current branch, it builds it locally and installs it, PR check does not use the nightly build. |
Signed-off-by: Vladimir Lazar <[email protected]>
Signed-off-by: Vladimir Lazar <[email protected]>
What does this PR do?
Tries to failing e2e tests that started not working 2 days ago.
What issues does this PR fix or reference?
#1278