Skip to content

Commit 2dc8111

Browse files
authored
Turn off leak tracker in master to make found leaks not blocking. (#138567)
1 parent 86a898e commit 2dc8111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/test/flutter_test_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) {
2727

2828
// TODO(polina-c): clean up leaks and stop ignoring them.
2929
// https://github.com/flutter/flutter/issues/137311
30+
// Leak tracking is off by default. To temporary enable it add `.withTrackedAll()` after `settings`.
3031
LeakTesting.settings = LeakTesting
3132
.settings
32-
.withTrackedAll()
3333
.withIgnored(
3434
allNotGCed: true,
3535
notDisposed: <String, int?>{

0 commit comments

Comments
 (0)