Unverified Commit f4b4616f authored by Dan Field's avatar Dan Field Committed by GitHub

Diagnose failure in CI, Mark III (#42037)

parent a22f4e9b
...@@ -24,7 +24,9 @@ import '../../src/context.dart'; ...@@ -24,7 +24,9 @@ import '../../src/context.dart';
import '../../src/mocks.dart' as mocks; import '../../src/mocks.dart' as mocks;
void main() { void main() {
setUpAll(() {
Cache.flutterRoot = getFlutterRoot(); Cache.flutterRoot = getFlutterRoot();
});
testUsingContext('pub get 69', () async { testUsingContext('pub get 69', () async {
String error; String error;
......
...@@ -98,7 +98,7 @@ void main() { ...@@ -98,7 +98,7 @@ void main() {
final int errorCount = await analyze(server); final int errorCount = await analyze(server);
expect(errorCount, 0); expect(errorCount, 0);
}); });
}); }, skip: true);
} }
void createSampleProject(Directory directory, {@required String dartSource}) { void createSampleProject(Directory directory, {@required String dartSource}) {
......
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