Unverified Commit 89310eda authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Use a fake stopwatch to remove flakiness. (#133229)

Fixes https://github.com/flutter/flutter/issues/133215
parent bfbfce49
......@@ -1295,6 +1295,7 @@ void main() {
isCliAnimationEnabled: false,
),
stdio: fakeStdio,
stopwatchFactory: FakeStopwatchFactory(stopwatch: FakeStopwatch()),
outputPreferences: OutputPreferences.test(wrapText: true, wrapColumn: 40),
);
logger.startProgress('po').stop();
......
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