-
Notifications
You must be signed in to change notification settings - Fork 47
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 intermittents tests for macos desktop #76
Comments
On the actual machine, the test appears to get stuck on the step 'test app can compute a hash' if the example app is not the active window. |
At least it seems, that the library itself seems to work like expected. If the cause of the flaky test is really, that the application looses focus, then I would investigate:
I would argue, that it’s a separate topic. I keep it in mind and maybe will come back to this, if it turns out to be a big problem. However, sporadic errors that occur in the pipeline could be quite difficult to isolate. |
I just landed #78 and will publish. But I had to manually rerun the tests to get it to pass.
Ideas for what we can do to make The flutter part of the example app we have here are really dumb and simple. Nothing fancy, so this could be a bug in Flutter somewhere. Or it could be a bug in flutter integration test logic. |
.github/workflows/test.yml
contains:We really should enable integration tests on macos desktop. If anyone is interested in figuring how to get this working on Github Actions that would be great.
Contributions are highly appreciated, I tried in #74, but there is probably a tiny thing not working.
The text was updated successfully, but these errors were encountered: