skip roll_dev_integration_test (#70653)

This commit is contained in:
Christopher Fujino 2020-11-16 14:11:22 -08:00 committed by GitHub
parent 9b56241eef
commit b8e39b1ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,5 +128,7 @@ void main() {
});
}, onPlatform: <String, dynamic>{
'windows': const Skip('Flutter Conductor only supported on macos/linux'),
});
// TODO(fujino): re-enable once
// https://github.com/flutter/flutter/issues/70652 is resolved
}, skip: true);
}