mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Stop skipping leaks in the test. (#136512)
This commit is contained in:
parent
c353e641ad
commit
2ea541aca9
@ -506,12 +506,7 @@ void main() {
|
||||
|
||||
final RenderObject renderObject = tester.renderObject(find.byType(Scrollable));
|
||||
expect(renderObject, paintsExactlyCountTimes(#drawParagraph, 10));
|
||||
},
|
||||
leakTrackingTestConfig: const LeakTrackingTestConfig(
|
||||
// TODO(ksokolovskyi): remove after fixing
|
||||
// https://github.com/flutter/flutter/issues/134661
|
||||
notDisposedAllowList: <String, int?> {'AnnotatedRegionLayer<SystemUiOverlayStyle>': 1},
|
||||
));
|
||||
});
|
||||
|
||||
testWidgetsWithLeakTracking('ListView should paint with rtl', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user