forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try removing robolectric from
integration_test
tests (#148803)
May fix flutter/flutter#148393. There are reports on the robolectric issue tracker of >`4.10.3` causing the error we are seeing robolectric/robolectric#8158 The test doesn't actually need robolectric (and didn't originally use it, or flake before using it), but it was added in flutter/flutter#144348. We can safely remove it by mocking the call to `View.generateViewId()`, so try removing it and see if flakes go away.
- Loading branch information
Showing
6 changed files
with
33 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 0 additions & 156 deletions
156
packages/integration_test/example/android/buildscript-gradle.lockfile
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.