Skip to content

Commit e40306f

Browse files
authored
Enable --verbose for android_plugin_skip_unsupported_test tests (#158933)
Hoping this will give some more insights into flutter/flutter#157640
1 parent 82380ae commit e40306f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/flutter_tools/test/integration.shard/android_plugin_skip_unsupported_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ void main() {
9797
'build',
9898
'apk',
9999
'--debug',
100+
// TODO(bkonyi): remove once https://github.com/flutter/flutter/pull/158933 is resolved
101+
'--verbose',
100102
], workingDirectory: pluginExampleAppDir.path);
101103
}
102104

0 commit comments

Comments
 (0)