-
-
Notifications
You must be signed in to change notification settings - Fork 257
Fix integration test #1605
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
Comments
FYI @denrase - you're the one to have worked on this most recently AFAIK - maybe you know what the issue is right away |
This was referenced Aug 17, 2023
@vaind Thank you, i'll take a look |
6 tasks
@vaind Here's another one. I'm also seeing flaky-ness when the tests run fine. From the logs it looks like the test device is prematurely shut down. ![]() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The integration test is currently broken.
'package:flutter_test/src/binding.dart': Failed assertion: line 954 pos 14: '_pendingExceptionDetails != null': A test overrode FlutterError.onError but either failed to return it to its original state, or had unexpected additional errors that it could not handle. Typically, this is caused by using expect() before restoring FlutterError.onError.
The third point was fixed by #1604, together with disabling the test in CI before it's fixed.
The text was updated successfully, but these errors were encountered: