Commit d7c347f0 authored by Dan Field's avatar Dan Field Committed by Flutter GitHub Bot

make pub get test shufflable (#48095)

parent 628e8543
...@@ -31,6 +31,10 @@ void main() { ...@@ -31,6 +31,10 @@ void main() {
Cache.flutterRoot = getFlutterRoot(); Cache.flutterRoot = getFlutterRoot();
}); });
tearDown(() {
MockDirectory.findCache = false;
});
testUsingContext('pub get 69', () async { testUsingContext('pub get 69', () async {
String error; String error;
......
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