Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3f8bbcf

Browse files
authored
[Impeller] Skip TextRotated golden test. (#40818)
[Impeller] Skip TextRotated golden test.
1 parent a6421ed commit 3f8bbcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,9 @@ TEST_P(AiksTest, CanRenderTextOutsideBoundaries) {
13171317
}
13181318

13191319
TEST_P(AiksTest, TextRotated) {
1320+
#ifdef IMPELLER_GOLDEN_TESTS
1321+
GTEST_SKIP() << "Test has small differences on different mac hosts";
1322+
#endif
13201323
Canvas canvas;
13211324
canvas.Transform(Matrix(0.5, -0.3, 0, -0.002, //
13221325
0, 1, 0, 0, //

0 commit comments

Comments
 (0)