Skip flaky debugger_stepping_web_test (#83297)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user