Enable --verbose for android_plugin_skip_unsupported_test tests (#158933)

Hoping this will give some more insights into https://github.com/flutter/flutter/issues/157640
This commit is contained in:
Ben Konyi
2024-11-14 13:35:16 -05:00
committed by GitHub
parent 82380aefe4
commit e40306f92f

View File

@@ -97,6 +97,8 @@ void main() {
'build',
'apk',
'--debug',
// TODO(bkonyi): remove once https://github.com/flutter/flutter/pull/158933 is resolved
'--verbose',
], workingDirectory: pluginExampleAppDir.path);
}