-
-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
Description
Description
The integration test is currently broken.
- it's missing auth token
- 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.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done