@@ -18,7 +18,7 @@ import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_testing.dart';
18
18
19
19
void main () {
20
20
testWidgets ('ImageDecoration.lerp' ,
21
- // TODO(polina-c): clean up leaks , https://github.com/flutter/flutter/issues/134787 [leaks-to-clean]
21
+ // TODO(polina-c): make sure images are disposed , https://github.com/flutter/flutter/issues/141388 [leaks-to-clean]
22
22
experimentalLeakTesting: LeakTesting .settings.withIgnoredAll (),
23
23
(WidgetTester tester) async {
24
24
final MemoryImage green = MemoryImage (Uint8List .fromList (< int > [
@@ -195,7 +195,7 @@ void main() {
195
195
}, skip: kIsWeb); // TODO(ianh): https://github.com/flutter/flutter/issues/130612, https://github.com/flutter/flutter/issues/130609
196
196
197
197
testWidgets ('ImageDecoration.lerp' ,
198
- // TODO(polina-c): clean up leaks , https://github.com/flutter/flutter/issues/134787 [leaks-to-clean]
198
+ // TODO(polina-c): make sure images are disposed , https://github.com/flutter/flutter/issues/141388 [leaks-to-clean]
199
199
experimentalLeakTesting: LeakTesting .settings.withIgnoredAll (),
200
200
(WidgetTester tester) async {
201
201
final MemoryImage cmyk = MemoryImage (Uint8List .fromList (< int > [
@@ -416,7 +416,7 @@ void main() {
416
416
}, skip: kIsWeb); // TODO(ianh): https://github.com/flutter/flutter/issues/130612, https://github.com/flutter/flutter/issues/130609
417
417
418
418
testWidgets ('ImageDecoration.lerp with colored background' ,
419
- // TODO(polina-c): clean up leaks , https://github.com/flutter/flutter/issues/134787 [leaks-to-clean]
419
+ // TODO(polina-c): make sure images are disposed , https://github.com/flutter/flutter/issues/141388 [leaks-to-clean]
420
420
experimentalLeakTesting: LeakTesting .settings.withIgnoredAll (),
421
421
(WidgetTester tester) async {
422
422
final MemoryImage cmyk = MemoryImage (Uint8List .fromList (< int > [
0 commit comments