Unverified Commit a3b484d0 authored by Dan Field's avatar Dan Field Committed by GitHub

make coverage work again (#29016)

parent f5c3579f
......@@ -572,7 +572,7 @@ Future<void> _runFlutterTest(String workingDirectory, {
if (!shouldProcessOutput) {
return runCommand(flutter, args,
workingDirectory: workingDirectory,
expectNonZeroExit: true,
expectNonZeroExit: expectFailure,
printOutput: printOutput,
skip: skip,
timeout: timeout,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment