From 2d001648955384a5a82983d1bd2e1b53569c00cd Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Wed, 17 Jan 2024 10:51:20 -0800 Subject: [PATCH] [Impeller] disabled misleading vulkan golden image tests --- impeller/golden_tests/golden_playground_test_mac.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }