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

Commit 609e715

Browse files
authored
[Impeller] Turned off the TextRotated golden test again (#41399)
We previously turned this test to `ignore` to see if we could get it to stabilize by accepting the variants and it doesn't seem to have worked. I'm going to turn it off again. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent f675947 commit 609e715

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

impeller/golden_tests/golden_playground_test_mac.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ static const std::vector<std::string> kSkipTests = {
2323
"impeller_Play_AiksTest_CoverageOriginShouldBeAccountedForInSubpasses_"
2424
"Metal",
2525
"impeller_Play_AiksTest_SceneColorSource_Metal",
26+
// TextRotated is flakey and we can't seem to get it to stabilize on Skia
27+
// Gold.
28+
"impeller_Play_AiksTest_TextRotated_Metal",
2629
};
2730

2831
namespace {

0 commit comments

Comments
 (0)