Unverified Commit be031cb9 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Ignore a leak. (#141737)

parent 23c08bf0
......@@ -333,7 +333,10 @@ void main() {
expect(find.text('California'), findsOneWidget);
});
testWidgets('PageController page stability', (WidgetTester tester) async {
testWidgets('PageController page stability',
// TODO(polina-c): Remove when PageView is fixed, https://github.com/flutter/flutter/issues/141119
experimentalLeakTesting: LeakTesting.settings.withIgnoredAll(),
(WidgetTester tester) async {
await tester.pumpWidget(Directionality(
textDirection: TextDirection.ltr,
child: Center(
......
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