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