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

analytics ordering issue (#48278)

parent bf6c4c4a
......@@ -27,14 +27,14 @@ import '../src/context.dart';
import '../src/mocks.dart';
void main() {
setUpAll(() {
Cache.disableLocking();
});
group('analytics', () {
Directory tempDir;
MockFlutterConfig mockFlutterConfig;
setUpAll(() {
Cache.disableLocking();
});
setUp(() {
Cache.flutterRoot = '../..';
tempDir = globals.fs.systemTempDirectory.createTempSync('flutter_tools_analytics_test.');
......
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