Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e953e7

Browse files
authored
unskip text_painter_rtl_test on web (#169537)
Fixes flutter/flutter#32238
1 parent a5b51db commit 5e953e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/flutter/test/painting/text_painter_rtl_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ void main() {
383383
],
384384
);
385385
painter.dispose();
386-
}, skip: isBrowser); // https://github.com/flutter/flutter/issues/32238
386+
});
387387

388388
test('TextPainter - line wrap mid-word', () {
389389
final TextPainter painter = TextPainter()..textDirection = TextDirection.ltr;

0 commit comments

Comments
 (0)