unskip text_painter_rtl_test on web (#169537)

Fixes https://github.com/flutter/flutter/issues/32238
This commit is contained in:
Yegor 2025-05-28 13:11:20 -07:00 committed by GitHub
parent a5b51dbf22
commit 5e953e76c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -383,7 +383,7 @@ void main() {
],
);
painter.dispose();
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/32238
});
test('TextPainter - line wrap mid-word', () {
final TextPainter painter = TextPainter()..textDirection = TextDirection.ltr;