Skip to content

Commit d69e2f1

Browse files
authored
Remove unused android_splash_screens integration test (flutter#76429)
1 parent 9ab5003 commit d69e2f1

File tree

90 files changed

+0
-2850
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+0
-2850
lines changed

dev/devicelab/bin/tasks/android_splash_screen_integration_test.dart

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

dev/devicelab/lib/tasks/integration_tests.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ TaskFunction createCodegenerationIntegrationTest() {
7878
);
7979
}
8080

81-
TaskFunction createAndroidSplashScreenKitchenSinkTest() {
82-
return DriverTest(
83-
'${flutterDirectory.path}/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink',
84-
'test_driver/main.dart',
85-
);
86-
}
87-
8881
TaskFunction createIOSPlatformViewTests() {
8982
return DriverTest(
9083
'${flutterDirectory.path}/dev/integration_tests/ios_platform_view_tests',

dev/devicelab/manifest.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,3 @@ tasks:
334334
Measures memory, cpu, and gpu usage when rotating through a series of large images.
335335
stage: devicelab
336336
required_agent_capabilities: ["mac/ios"]
337-
338-
# android_splash_screen_integration_test:
339-
# description: >
340-
# Runs end-to-end test of Flutter's Android splash behavior.
341-
# stage: devicelab
342-
# required_agent_capabilities: ["linux/android"]
343-
# flaky: true

dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/.gitignore

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

dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/.metadata

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

dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/README.md

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

dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/build.gradle

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

dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/debug/AndroidManifest.xml

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

dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/AndroidManifest.xml

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

dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/FlutterZoomSplashScreen.java

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

0 commit comments

Comments
 (0)