You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙈
The text was updated successfully, but these errors were encountered:
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 theflutter 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 🙈
The text was updated successfully, but these errors were encountered: