diff --git a/impeller/golden_tests/golden_playground_test_mac.cc b/impeller/golden_tests/golden_playground_test_mac.cc index 1d124a7c38a40..3fb38b102e9e8 100644 --- a/impeller/golden_tests/golden_playground_test_mac.cc +++ b/impeller/golden_tests/golden_playground_test_mac.cc @@ -77,10 +77,7 @@ static const std::vector kSkipTests = { "impeller_Play_AiksTest_CanRenderClippedRuntimeEffects_Vulkan", }; -static const std::vector kVulkanDenyValidationTests = { - // TODO(https://github.com/flutter/flutter/issues/142080): remove this. - "impeller_Play_AiksTest_EmptySaveLayerRendersWithClear_Vulkan", -}; +static const std::vector kVulkanDenyValidationTests = {}; namespace { std::string GetTestName() {