Unverified Commit 16826e06 authored by Qun Cheng's avatar Qun Cheng Committed by GitHub

Preliminary PR for engine changes for Expanded/Collapsed Submenu button (#131359)

This PR is to skip some unit tests in order to merging an [engine
change](https://github.com/flutter/engine/pull/43983).
parent 7e7a0a81
...@@ -520,7 +520,7 @@ void _defineTests() { ...@@ -520,7 +520,7 @@ void _defineTests() {
); );
expect(semantics, hasSemantics(expectedSemantics, ignoreRect: true, ignoreTransform: true)); expect(semantics, hasSemantics(expectedSemantics, ignoreRect: true, ignoreTransform: true));
semantics.dispose(); semantics.dispose();
}); }, skip: true); // https://github.com/flutter/flutter/issues/127617
group('diffing', () { group('diffing', () {
testWidgets('complains about duplicate keys', (WidgetTester tester) async { testWidgets('complains about duplicate keys', (WidgetTester tester) async {
......
...@@ -706,7 +706,7 @@ void main() { ...@@ -706,7 +706,7 @@ void main() {
], ],
); );
expect(semantics, hasSemantics(expectedSemantics, ignoreId: true)); expect(semantics, hasSemantics(expectedSemantics, ignoreId: true));
}); }, skip: true); // https://github.com/flutter/flutter/issues/127617
testWidgets('Actions can be replaced without triggering semantics update', (WidgetTester tester) async { testWidgets('Actions can be replaced without triggering semantics update', (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