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
it fails with '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.
it was timing out because of the exponential request delay growth (waiting for 17 minutes for a single request on the last retry...)
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:
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: