Ignore a leak. (#141737)

This commit is contained in:
Polina Cherkasova 2024-01-23 20:01:23 -08:00 committed by GitHub
parent 23c08bf08f
commit be031cb908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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