There's a bug filed about this now, so update comment. (#62892)

This commit is contained in:
Ian Hickson 2020-08-05 15:01:21 -07:00 committed by GitHub
parent 145df39953
commit 8ad4da4a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ void main() {
reason: 'After $i steps, debugger should stop at $expectedLine but stopped at $actualLine'
);
}
}, skip: true); // This test is incredibly flaky on Cirrus
}, skip: true); // https://github.com/flutter/flutter/issues/62889
tearDown(() async {
await flutter.stop();