Skip to content
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

Re-enable flutter test --platform chrome on Windows #118

Open
jonasfj opened this issue May 21, 2024 · 0 comments
Open

Re-enable flutter test --platform chrome on Windows #118

jonasfj opened this issue May 21, 2024 · 0 comments

Comments

@jonasfj
Copy link
Member

jonasfj commented May 21, 2024

In #117 I disabled `flutter test --platform chrome' on Windows in order to make Github Actions tests pass.
For the record this has been failing in many PRs, so it wasn't related to the specific PR in which it was disabled. It was just disabled as to avoid blocking development.

I don't know why they were failing, I think it's more to do with a bug in Flutter or maybe configuration of the machine.

I haven't tried to reproduce it else where, but we do run the same test cases with flutter pub run test -p chrome later, so it's not like we don't test it. It's just that the flutter test --platform chrome mechanism doesn't work.

We should find out if this is intentionally broken by Flutter, if this is a bug in Flutter, a bug in how our machine is configured, or some other form of bad luck 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant