skip android semantics integration test to enable engine roll (#79296)

This commit is contained in:
chunhtai 2021-03-29 21:19:02 -07:00 committed by GitHub
parent 318ff7a0ac
commit ceb0a5fa8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,7 @@ void main() {
tearDownAll(() async {
await driver.tap(find.byValueKey('back'));
});
});
}, skip: true); // TODO(chunhtai): skip to enable engine roll https://github.com/flutter/flutter/issues/77965.
group('SelectionControls', () {
setUpAll(() async {