Skip negative web image test (#93722)

This commit is contained in:
Kate Lovett 2021-11-16 12:06:37 -06:00 committed by GitHub
parent 245168f85c
commit e0e8d28e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4868,5 +4868,6 @@ void main() {
find.byType(MaterialApp),
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
}