Unverified Commit b9afa60f authored by victorgalo's avatar victorgalo Committed by GitHub

Skip test temporarily until headingLevel is added in engine (issue 41… (#135077)

The purpose of this PR is to temporarily skip one integration test that is blocking the changes indicated below:

(This change adds a new property in Semantics widget that would take an integer corresponding to the heading levels defined by the ARIA heading role. This is necessary in order to get proper accessibility and usability in a website for users who rely on screen readers and other assistive technologies.)

Issue fixed by this PR:
https://github.com/flutter/flutter/issues/97894

Engine part:
https://github.com/flutter/engine/pull/41435 

Framework part:
https://github.com/flutter/flutter/pull/125771
parent 505a5153
......@@ -82,7 +82,7 @@ void main() {
SemanticsUpdateBuilderSpy.observations.clear();
handle.dispose();
});
}, skip: true); // https://github.com/flutter/flutter/issues/97894
testWidgets('Semantics update receives attributed text', (WidgetTester tester) async {
final SemanticsHandle handle = tester.ensureSemantics();
......@@ -162,7 +162,7 @@ void main() {
SemanticsUpdateBuilderSpy.observations.clear();
handle.dispose();
});
}, skip: true); // https://github.com/flutter/flutter/issues/97894
}
class SemanticsUpdateTestBinding extends AutomatedTestWidgetsFlutterBinding {
......
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