Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 57b3558

Browse files
committed
turned off vulkan tests for mac
1 parent 39927b0 commit 57b3558

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testing/run_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def make_test(name, flags=None, extra_env=None):
490490
'VK_ICD_FILENAMES': os.path.join(build_dir, 'vk_swiftshader_icd.json'),
491491
}
492492
if is_aarm64():
493-
extra_env.append({
493+
extra_env.update({
494494
'METAL_DEBUG_ERROR_MODE': '0', # Enables metal validation.
495495
'METAL_DEVICE_WRAPPER_TYPE': '1', # Enables metal validation.
496496
})
@@ -499,7 +499,7 @@ def make_test(name, flags=None, extra_env=None):
499499
build_dir,
500500
'impeller_unittests',
501501
executable_filter,
502-
shuffle_flags,
502+
['--gtest_filter=-*/Vulkan'] + shuffle_flags,
503503
coverage=coverage,
504504
extra_env=extra_env,
505505
# TODO(117122): Remove this allowlist.

0 commit comments

Comments
 (0)