Skip to content

Commit 134c2ff

Browse files
dnfieldfluttergithubbot
authored andcommitted
analytics ordering issue (flutter#48278)
1 parent bf6c4c4 commit 134c2ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/flutter_tools/test/general.shard/analytics_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ import '../src/context.dart';
2727
import '../src/mocks.dart';
2828

2929
void main() {
30+
setUpAll(() {
31+
Cache.disableLocking();
32+
});
33+
3034
group('analytics', () {
3135
Directory tempDir;
3236
MockFlutterConfig mockFlutterConfig;
3337

34-
setUpAll(() {
35-
Cache.disableLocking();
36-
});
37-
3838
setUp(() {
3939
Cache.flutterRoot = '../..';
4040
tempDir = globals.fs.systemTempDirectory.createTempSync('flutter_tools_analytics_test.');

0 commit comments

Comments
 (0)