@@ -18,7 +18,7 @@ import 'package:leak_tracker_flutter_testing/leak_tracker_flutter_testing.dart';
1818
1919void main () {
2020 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]
2222 experimentalLeakTesting: LeakTesting .settings.withIgnoredAll (),
2323 (WidgetTester tester) async {
2424 final MemoryImage green = MemoryImage (Uint8List .fromList (< int > [
@@ -195,7 +195,7 @@ void main() {
195195 }, skip: kIsWeb); // TODO(ianh): https://github.com/flutter/flutter/issues/130612, https://github.com/flutter/flutter/issues/130609
196196
197197 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]
199199 experimentalLeakTesting: LeakTesting .settings.withIgnoredAll (),
200200 (WidgetTester tester) async {
201201 final MemoryImage cmyk = MemoryImage (Uint8List .fromList (< int > [
@@ -416,7 +416,7 @@ void main() {
416416 }, skip: kIsWeb); // TODO(ianh): https://github.com/flutter/flutter/issues/130612, https://github.com/flutter/flutter/issues/130609
417417
418418 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]
420420 experimentalLeakTesting: LeakTesting .settings.withIgnoredAll (),
421421 (WidgetTester tester) async {
422422 final MemoryImage cmyk = MemoryImage (Uint8List .fromList (< int > [
0 commit comments