-
Notifications
You must be signed in to change notification settings - Fork 292
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
[FIX] Remove failing tests #4473
Conversation
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.
Yes, let's skip this for now, but I did place the issue on the meeting agenda, just so we don't forget!
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork). |
@jpelay I was looking at the cause for the flakiness today. Two questions:
|
Maybe you missed that is is a multiline comment, added around the test? That disables it. You can also see that after this PR the tests is no longer ran (see this page for info on how to run the tests: https://github.com/hedyorg/hedy/wiki/Hedy-Development-Process#local-installation) I hope that helps!
I have seen it fail locally too, and I think @jpelay has too, but I never dove in deeper. |
Hi!
Yes, we were; the tests worked fine when I ran them in the Cypress GUI, but started failing when I used the command line instead. I fixed that locally by adding a hard coded wait after failing to find a different method to fix the problem in the amount of time that I decided to dedicate to this issue. Sadly, that wait failed also when we tried it on GitHub Actions. However, locally, I managed to fix the tests without waits using the option |
How silly of me, totally overlooked that! Sorry. |
np, there are so many things to look at! Let us know if you need more help! |
That helps, I'll dive into it. Thanks! |
In #4468 we merged a few cypress tests that had to do with the editor; they executed correctly in that PR, but after that they started failing consistently. So, in this PR I'm removing them from the test suite, leaving a comment stating that we need to come back to it, and also noting it in #4455.