mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disables tests failing due to new semantics flag. (#63595)
This commit is contained in:
parent
d2f771abec
commit
39e7eeaed1
@ -502,7 +502,7 @@ void _defineTests() {
|
||||
);
|
||||
expect(semantics, hasSemantics(expectedSemantics, ignoreRect: true, ignoreTransform: true));
|
||||
semantics.dispose();
|
||||
});
|
||||
}, skip: true); // TODO(abrusher): Enable once engine PR #20385 lands.
|
||||
|
||||
group('diffing', () {
|
||||
testWidgets('complains about duplicate keys', (WidgetTester tester) async {
|
||||
|
||||
@ -542,7 +542,7 @@ void main() {
|
||||
|
||||
expect(semantics, hasSemantics(expectedSemantics, ignoreId: true));
|
||||
semantics.dispose();
|
||||
});
|
||||
}, skip: true); // TODO(abrusher): Enable once engine PR #20385 lands.
|
||||
|
||||
testWidgets('Actions can be replaced without triggering semantics update', (WidgetTester tester) async {
|
||||
final SemanticsTester semantics = SemanticsTester(tester);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user