disable semantics test for adding Set Text action in engine (#77295)

This commit is contained in:
chunhtai 2021-03-04 15:44:02 -08:00 committed by GitHub
parent e91c31d5d3
commit 9d53c11e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ void _defineTests() {
}
semantics.dispose();
});
}, skip: true); // disable for soft transition https://github.com/flutter/flutter/issues/77271
testWidgets('Supports all flags', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester);

View File

@ -498,7 +498,7 @@ void main() {
}
semantics.dispose();
});
}, skip: true); // disable for soft transition https://github.com/flutter/flutter/issues/77271
testWidgets('Semantics widget supports all flags', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester);