Skip to content

Commit 9f512d7

Browse files
authored
Mark leak in NativeCodec.getNextFrame. (#136514)
1 parent 2ea541a commit 9f512d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/flutter/test/animation/live_binding_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void main() {
137137
);
138138
},
139139
skip: isBrowser, // [intended] https://github.com/flutter/flutter/issues/56001
140-
// TODO(polina-c): remove after fixing https://github.com/flutter/flutter/issues/133071
141-
leakTrackingTestConfig: const LeakTrackingTestConfig(allowAllNotDisposed: true),
140+
// TODO(polina-c): remove after fixing https://github.com/flutter/flutter/issues/136513
141+
leakTrackingTestConfig: const LeakTrackingTestConfig(notDisposedAllowList: <String, int?>{'Image': 4}),
142142
);
143143
}

0 commit comments

Comments
 (0)