Unverified Commit e0e8d28e authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Skip negative web image test (#93722)

parent 245168f8
...@@ -4868,5 +4868,6 @@ void main() { ...@@ -4868,5 +4868,6 @@ void main() {
find.byType(MaterialApp), find.byType(MaterialApp),
matchesGoldenFile('selectable_text_golden.TextSelectionStyle.2.png'), matchesGoldenFile('selectable_text_golden.TextSelectionStyle.2.png'),
); );
}); // Text selection styles are not fully supported on web.
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/93723
} }
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