Skip to content

Commit 609fe35

Browse files
authored
[Android] Fix Linux Android flavors_test (#116129)
* Remove flaky label * Have test install debug version * Fix test * Undo change * Properly test change * Empty-Commit * Revert testing changes
1 parent 676229f commit 609fe35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/devicelab/bin/tasks/flavors_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Future<void> main() async {
1717
await inDirectory('${flutterDirectory.path}/dev/integration_tests/flavors', () async {
1818
await flutter(
1919
'install',
20-
options: <String>['--flavor', 'paid'],
20+
options: <String>['--debug', '--flavor', 'paid'],
2121
);
2222
await flutter(
2323
'install',
24-
options: <String>['--flavor', 'paid', '--uninstall-only'],
24+
options: <String>['--debug', '--flavor', 'paid', '--uninstall-only'],
2525
);
2626
final StringBuffer stderr = StringBuffer();
2727
await evalFlutter(

0 commit comments

Comments
 (0)