Skip to content

Commit

Permalink
Skip failing web golden tests (flutter#27109)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Jul 1, 2021
1 parent bbcdd5a commit 66bb71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/web_ui/test/canvaskit/canvas_golden_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ void testMain() {
'thai',
'คือ เนื้อหาจำลองแบบเรียบๆ ที่ใช้กันในธุรกิจงานพิมพ์หรืองานเรียงพิมพ์ มันได้กลายมาเป็นเนื้อหาจำลองมาตรฐานของธุรกิจดังกล่าวมาตั้งแต่ศตวรรษที่',
);
});
}, skip: true); // https://github.com/flutter/flutter/issues/85700

test('sample Georgian text', () async {
await testSampleText(
Expand Down Expand Up @@ -791,7 +791,7 @@ void testMain() {
'คือ เนื้อหาจำลองแบบเรียบๆ ที่ใช้กันในธุรกิจงานพิมพ์หรืองานเรียงพิมพ์ '
'საბეჭდი და ტიპოგრაფიული ინდუსტრიის უშინაარსო ტექსტია ',
);
});
}, skip: true); // https://github.com/flutter/flutter/issues/85700

test('emoji text with skin tone', () async {
await testSampleText('emoji_with_skin_tone', '👋🏿 👋🏾 👋🏽 👋🏼 👋🏻');
Expand Down

0 comments on commit 66bb71b

Please sign in to comment.