Unverified Commit 2dc81113 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Turn off leak tracker in master to make found leaks not blocking. (#138567)

parent 86a898e6
......@@ -27,9 +27,9 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) {
// TODO(polina-c): clean up leaks and stop ignoring them.
// https://github.com/flutter/flutter/issues/137311
// Leak tracking is off by default. To temporary enable it add `.withTrackedAll()` after `settings`.
LeakTesting.settings = LeakTesting
.settings
.withTrackedAll()
.withIgnored(
allNotGCed: true,
notDisposed: <String, int?>{
......
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