diff --git a/impeller/golden_tests/golden_playground_test_mac.cc b/impeller/golden_tests/golden_playground_test_mac.cc index ef7bff92ac2c1..18ca8c4a9af8d 100644 --- a/impeller/golden_tests/golden_playground_test_mac.cc +++ b/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; }