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

[Impeller] remove denylist entry. #50605

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions impeller/golden_tests/golden_playground_test_mac.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ static const std::vector<std::string> kSkipTests = {
"impeller_Play_AiksTest_CanRenderClippedRuntimeEffects_Vulkan",
};

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

namespace {
std::string GetTestName() {
Expand Down