Unverified Commit 9d53c11e authored by chunhtai's avatar chunhtai Committed by GitHub

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

parent e91c31d5
...@@ -396,7 +396,7 @@ void _defineTests() { ...@@ -396,7 +396,7 @@ void _defineTests() {
} }
semantics.dispose(); semantics.dispose();
}); }, skip: true); // disable for soft transition https://github.com/flutter/flutter/issues/77271
testWidgets('Supports all flags', (WidgetTester tester) async { testWidgets('Supports all flags', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester); final SemanticsTester semantics = SemanticsTester(tester);
......
...@@ -498,7 +498,7 @@ void main() { ...@@ -498,7 +498,7 @@ void main() {
} }
semantics.dispose(); semantics.dispose();
}); }, skip: true); // disable for soft transition https://github.com/flutter/flutter/issues/77271
testWidgets('Semantics widget supports all flags', (WidgetTester tester) async { testWidgets('Semantics widget supports all flags', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester); final SemanticsTester semantics = SemanticsTester(tester);
......
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