Skip to content

Commit 2d00164

Browse files
committed
[Impeller] disabled misleading vulkan golden image tests
1 parent 1382ff7 commit 2d00164

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

impeller/golden_tests/golden_playground_test_mac.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ void GoldenPlaygroundTest::SetUp() {
122122
std::filesystem::path icd_path = target_path / "vk_swiftshader_icd.json";
123123
setenv("VK_ICD_FILENAMES", icd_path.c_str(), 1);
124124

125-
if (GetBackend() != PlaygroundBackend::kMetal &&
126-
GetBackend() != PlaygroundBackend::kVulkan) {
125+
if (GetBackend() != PlaygroundBackend::kMetal) {
127126
GTEST_SKIP_("GoldenPlaygroundTest doesn't support this backend type.");
128127
return;
129128
}

0 commit comments

Comments
 (0)