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
[shared_preferences] Remove duplicate integration test (#9368)
We accidentally enteded up with two identical, but differently named, Android integration test harness files in `shared_preferences`, causing CI to run the integration tests twice. This removes the MainActivityTest.java version, leaving the better-named FlutterActivityTest.java (there is no MainActivity in the app, it uses FlutterActivity directly).
Fixesflutter/flutter#162266
## Pre-Review Checklist
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
Copy file name to clipboardExpand all lines: packages/shared_preferences/shared_preferences/example/android/app/src/androidTest/java/io/flutter/plugins/sharedpreferencesexample/MainActivityTest.java
0 commit comments