Commit f1168723 authored by Eric Seidel's avatar Eric Seidel

Merge pull request #1711 from eseidelGoogle/create_test_mac

Skip flutter_simple in create_test on Mac for now
parents d70365fa 91c22558
......@@ -27,7 +27,9 @@ defineTests() {
// This test consistently times out on our windows bot. The code is already
// covered on the linux one.
if (!Platform.isWindows) {
// Also fails on mac, with create --out returning '69'
// TODO(devoncarew): https://github.com/flutter/flutter/issues/1709
if (Platform.isLinux) {
// Verify that we create a project that is well-formed.
test('flutter-simple', () async {
ArtifactStore.flutterRoot = '../..';
......
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