Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[Android] Fix Linux Android flavors_test (#116129)
Browse files Browse the repository at this point in the history
* Remove flaky label

* Have test install debug version

* Fix test

* Undo change

* Properly test change

* Empty-Commit

* Revert testing changes
  • Loading branch information
camsim99 committed Dec 7, 2022
1 parent 676229f commit 609fe35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/devicelab/bin/tasks/flavors_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Future<void> main() async {
await inDirectory('${flutterDirectory.path}/dev/integration_tests/flavors', () async {
await flutter(
'install',
options: <String>['--flavor', 'paid'],
options: <String>['--debug', '--flavor', 'paid'],
);
await flutter(
'install',
options: <String>['--flavor', 'paid', '--uninstall-only'],
options: <String>['--debug', '--flavor', 'paid', '--uninstall-only'],
);
final StringBuffer stderr = StringBuffer();
await evalFlutter(
Expand Down

0 comments on commit 609fe35

Please sign in to comment.