Skip flaky debugger_stepping_web_test (#83297)

This commit is contained in:
Jenn Magder
2021-05-24 14:44:19 -07:00
committed by GitHub
parent c9d3fffbce
commit 6ccde6eaab

View File

@@ -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();