mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Impeller] remove denylist entry. (flutter/engine#50605)
This was fixed in https://github.com/flutter/engine/pull/50539
This commit is contained in:
parent
9f2ff32022
commit
4047466a83
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user