Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/flutter/test/widgets/custom_painter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ void _defineTests() {
}

semantics.dispose();
});
}, skip: true); // TODO(yjbanov): temporary skip until https://github.com/flutter/engine/pull/53094 rolls in (see https://github.com/flutter/flutter/issues/83809)

testWidgets('Supports all flags', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester);
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/test/widgets/semantics_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ void main() {
}

semantics.dispose();
});
}, skip: true); // TODO(yjbanov): temporary skip until https://github.com/flutter/engine/pull/53094 rolls in (see https://github.com/flutter/flutter/issues/83809)

testWidgets('Semantics widget supports all flags', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester);
Expand Down