Unverified Commit 6ccde6ea authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Skip flaky debugger_stepping_web_test (#83297)

parent c9d3fffb
......@@ -48,7 +48,8 @@ void main() {
reason: 'After $i steps, debugger should stop at $expectedLine but stopped at $actualLine'
);
}
});
}, skip: true, // Flaky: https://github.com/flutter/flutter/issues/83260
);
tearDown(() async {
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