Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 357876e

Browse files
authored
Remove testing/android_background_image which does not run/exist on CI. (#51815)
I am guessing this just either served it's purpose (flutter/flutter#26654, flutter/flutter#26728) or didn't and was never followed up. I can't find any examples of it running on CI - I suspect if we want a test like this, we're better off just adding it to `scenario_app` versus creating more 1-off Android integration test environments.
1 parent 6d4d546 commit 357876e

File tree

17 files changed

+0
-388
lines changed

17 files changed

+0
-388
lines changed

BUILD.gn

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ group("flutter") {
155155
(is_ios || is_android)) {
156156
public_deps += [ "//flutter/testing/scenario_app" ]
157157
}
158-
159-
if (is_android && flutter_runtime_mode == "profile" &&
160-
current_cpu == "arm64") {
161-
public_deps += [ "//flutter/testing/android_background_image" ]
162-
}
163158
}
164159

165160
group("unittests") {

testing/android_background_image/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

testing/android_background_image/BUILD.gn

Lines changed: 0 additions & 37 deletions
This file was deleted.

testing/android_background_image/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

testing/android_background_image/android/.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

testing/android_background_image/android/BUILD.gn

Lines changed: 0 additions & 42 deletions
This file was deleted.

testing/android_background_image/android/app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

testing/android_background_image/android/app/build.gradle

Lines changed: 0 additions & 62 deletions
This file was deleted.

testing/android_background_image/android/app/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

testing/android_background_image/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)