[Impeller] remove denylist entry. (flutter/engine#50605)

This was fixed in https://github.com/flutter/engine/pull/50539
This commit is contained in:
Jonah Williams 2024-02-13 12:22:04 -08:00 committed by GitHub
parent 9f2ff32022
commit 4047466a83

View File

@ -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() {