mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Skip flaky debugger_stepping_web_test (#83297)
This commit is contained in:
parent
c9d3fffbce
commit
6ccde6eaab
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user