disable semantics test for adding Set Text action in engine (#77295)
This commit is contained in:
parent
e91c31d5d3
commit
9d53c11e17
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user