-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform team
Description
At HEAD, do the following:
dart dev/tools/bin/generate_gradle_lockfiles.dartLockfiles are generated for dev/integration_tests/display_cutout_rotation/android:
create mode 100644 dev/integration_tests/display_cutout_rotation/android/buildscript-gradle.lockfile
create mode 100644 dev/integration_tests/display_cutout_rotation/android/project-app.lockfile
create mode 100644 dev/integration_tests/display_cutout_rotation/android/project-integration_test.lockfileI would have expected either:
- A test to be failing, because we're missing a lockfile;
- These files not to be generated, because they aren't tested.
This is disruptive because I have to now either manually delete the files, or think really hard (TM) about including in them in a completely unrelated PR.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform team