We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a898e commit 2dc8111Copy full SHA for 2dc8111
packages/flutter/test/flutter_test_config.dart
@@ -27,9 +27,9 @@ Future<void> testExecutable(FutureOr<void> Function() testMain) {
27
28
// TODO(polina-c): clean up leaks and stop ignoring them.
29
// https://github.com/flutter/flutter/issues/137311
30
+ // Leak tracking is off by default. To temporary enable it add `.withTrackedAll()` after `settings`.
31
LeakTesting.settings = LeakTesting
32
.settings
- .withTrackedAll()
33
.withIgnored(
34
allNotGCed: true,
35
notDisposed: <String, int?>{
0 commit comments