Unverified Commit 8ad4da4a authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

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

parent 145df399
...@@ -47,7 +47,7 @@ void main() { ...@@ -47,7 +47,7 @@ void main() {
reason: 'After $i steps, debugger should stop at $expectedLine but stopped at $actualLine' 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 { tearDown(() async {
await flutter.stop(); await flutter.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