diff --git a/dev/devicelab/lib/tasks/integration_tests.dart b/dev/devicelab/lib/tasks/integration_tests.dart index 84579a53374..70177e16451 100644 --- a/dev/devicelab/lib/tasks/integration_tests.dart +++ b/dev/devicelab/lib/tasks/integration_tests.dart @@ -42,7 +42,7 @@ TaskFunction createIntegrationTestFlavorsTest({Map? environment} TaskFunction createExternalUiFrameRateIntegrationTest() { return DriverTest( - '${flutterDirectory.path}/dev/integration_tests/external_ui', + '${flutterDirectory.path}/dev/integration_tests/external_textures', 'lib/frame_rate_main.dart', ).call; } diff --git a/dev/integration_tests/external_ui/README.md b/dev/integration_tests/external_textures/README.md similarity index 100% rename from dev/integration_tests/external_ui/README.md rename to dev/integration_tests/external_textures/README.md diff --git a/dev/integration_tests/external_ui/android/app/build.gradle b/dev/integration_tests/external_textures/android/app/build.gradle similarity index 100% rename from dev/integration_tests/external_ui/android/app/build.gradle rename to dev/integration_tests/external_textures/android/app/build.gradle diff --git a/dev/integration_tests/external_ui/android/app/src/main/AndroidManifest.xml b/dev/integration_tests/external_textures/android/app/src/main/AndroidManifest.xml similarity index 97% rename from dev/integration_tests/external_ui/android/app/src/main/AndroidManifest.xml rename to dev/integration_tests/external_textures/android/app/src/main/AndroidManifest.xml index 505106a5c3b..b8198efc1c9 100644 --- a/dev/integration_tests/external_ui/android/app/src/main/AndroidManifest.xml +++ b/dev/integration_tests/external_textures/android/app/src/main/AndroidManifest.xml @@ -9,7 +9,7 @@ found in the LICENSE file. --> + android:label="external_textures"> =3.2.0-0 <4.0.0' diff --git a/dev/integration_tests/external_ui/test_driver/frame_rate_main_test.dart b/dev/integration_tests/external_textures/test_driver/frame_rate_main_test.dart similarity index 100% rename from dev/integration_tests/external_ui/test_driver/frame_rate_main_test.dart rename to dev/integration_tests/external_textures/test_driver/frame_rate_main_test.dart