commit | d7c347f0274b68b3dac0d36c2008c85dc3dfff34 | [log] [tgz] |
---|---|---|
author | Dan Field <dnfield@google.com> | Fri Jan 03 08:13:03 2020 -0800 |
committer | Flutter GitHub Bot <52682268+fluttergithubbot@users.noreply.github.com> | Fri Jan 03 08:13:03 2020 -0800 |
tree | 77cffc429cf39137dcbdb611c0ea49ff43f60c52 | |
parent | 628e8543f8fe8e247c492229e1ecd38cf359cf20 [diff] |
make pub get test shufflable (#48095)
diff --git a/packages/flutter_tools/test/general.shard/dart/pub_get_test.dart b/packages/flutter_tools/test/general.shard/dart/pub_get_test.dart index 99272c2..8b5eae7 100644 --- a/packages/flutter_tools/test/general.shard/dart/pub_get_test.dart +++ b/packages/flutter_tools/test/general.shard/dart/pub_get_test.dart
@@ -31,6 +31,10 @@ Cache.flutterRoot = getFlutterRoot(); }); + tearDown(() { + MockDirectory.findCache = false; + }); + testUsingContext('pub get 69', () async { String error;