Merge pull request #1711 from eseidelGoogle/create_test_mac

Skip flutter_simple in create_test on Mac for now
This commit is contained in:
Eric Seidel
2016-02-09 08:36:59 -08:00

View File

@@ -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 = '../..';