Unverified Commit 68660e12 authored by Alexander Brusher's avatar Alexander Brusher Committed by GitHub

Disables test failing due to new semantics flag. (#65194)

This change disables a failing test prevent PR #20385 from merging.
parent 577de1c4
...@@ -618,7 +618,7 @@ void main() { ...@@ -618,7 +618,7 @@ void main() {
hasDismissAction: true, hasDismissAction: true,
customActions: <CustomSemanticsAction>[action], customActions: <CustomSemanticsAction>[action],
)); ));
}); }, skip: true); // TODO(abrusher): Enable once engine PR #20385 lands.
testWidgets('Can match child semantics', (WidgetTester tester) async { testWidgets('Can match child semantics', (WidgetTester tester) async {
final SemanticsHandle handle = tester.ensureSemantics(); final SemanticsHandle handle = tester.ensureSemantics();
......
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