From 3736d8eb7a9adb8cb8373ee591576a4a16704b6e Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Fri, 21 Apr 2023 10:13:49 -0700 Subject: [PATCH] [Impeller] turned off the textrotated golden test again --- impeller/golden_tests/golden_playground_test_mac.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/impeller/golden_tests/golden_playground_test_mac.cc b/impeller/golden_tests/golden_playground_test_mac.cc index fae5c3984377c..8f08e41fe2d65 100644 --- a/impeller/golden_tests/golden_playground_test_mac.cc +++ b/impeller/golden_tests/golden_playground_test_mac.cc @@ -23,6 +23,9 @@ static const std::vector kSkipTests = { "impeller_Play_AiksTest_CoverageOriginShouldBeAccountedForInSubpasses_" "Metal", "impeller_Play_AiksTest_SceneColorSource_Metal", + // TextRotated is flakey and we can't seem to get it to stabilize on Skia + // Gold. + "impeller_Play_AiksTest_TextRotated_Metal", }; namespace {