diff --git a/engine/src/flutter/impeller/golden_tests/golden_playground_test_mac.cc b/engine/src/flutter/impeller/golden_tests/golden_playground_test_mac.cc index ef7bff92ac2..18ca8c4a9af 100644 --- a/engine/src/flutter/impeller/golden_tests/golden_playground_test_mac.cc +++ b/engine/src/flutter/impeller/golden_tests/golden_playground_test_mac.cc @@ -122,8 +122,7 @@ void GoldenPlaygroundTest::SetUp() { std::filesystem::path icd_path = target_path / "vk_swiftshader_icd.json"; setenv("VK_ICD_FILENAMES", icd_path.c_str(), 1); - if (GetBackend() != PlaygroundBackend::kMetal && - GetBackend() != PlaygroundBackend::kVulkan) { + if (GetBackend() != PlaygroundBackend::kMetal) { GTEST_SKIP_("GoldenPlaygroundTest doesn't support this backend type."); return; }