Unverified Commit 9f512d70 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Mark leak in NativeCodec.getNextFrame. (#136514)

parent 2ea541ac
...@@ -137,7 +137,7 @@ void main() { ...@@ -137,7 +137,7 @@ void main() {
); );
}, },
skip: isBrowser, // [intended] https://github.com/flutter/flutter/issues/56001 skip: isBrowser, // [intended] https://github.com/flutter/flutter/issues/56001
// TODO(polina-c): remove after fixing https://github.com/flutter/flutter/issues/133071 // TODO(polina-c): remove after fixing https://github.com/flutter/flutter/issues/136513
leakTrackingTestConfig: const LeakTrackingTestConfig(allowAllNotDisposed: true), leakTrackingTestConfig: const LeakTrackingTestConfig(notDisposedAllowList: <String, int?>{'Image': 4}),
); );
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment