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

Commit 0091a49

Browse files
author
Jonah Williams
authored
[Impeller] remove denylist entry. (#50605)
This was fixed in #50539
1 parent 933b97a commit 0091a49

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

impeller/golden_tests/golden_playground_test_mac.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@ static const std::vector<std::string> kSkipTests = {
7777
"impeller_Play_AiksTest_CanRenderClippedRuntimeEffects_Vulkan",
7878
};
7979

80-
static const std::vector<std::string> kVulkanDenyValidationTests = {
81-
// TODO(https://github.com/flutter/flutter/issues/142080): remove this.
82-
"impeller_Play_AiksTest_EmptySaveLayerRendersWithClear_Vulkan",
83-
};
80+
static const std::vector<std::string> kVulkanDenyValidationTests = {};
8481

8582
namespace {
8683
std::string GetTestName() {

0 commit comments

Comments
 (0)