Unverified Commit ceb0a5fa authored by chunhtai's avatar chunhtai Committed by GitHub

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

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