Use a fake stopwatch to remove flakiness. (#133229)
Fixes https://github.com/flutter/flutter/issues/133215
This commit is contained in:
parent
bfbfce4903
commit
89310edaa2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user