amd: Disable surface modifier test on Windows

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8855>
This commit is contained in:
James Park 2021-02-03 11:42:07 -08:00 committed by Marge Bot
parent fdfd316d5b
commit 49d77357ea

View file

@ -102,7 +102,7 @@ libamd_common = static_library(
idep_amdgfxregs_h = declare_dependency(sources : [amdgfxregs_h])
if with_tests
if with_tests and not with_platform_windows
test(
'ac_surface_modifier_test',
executable(