glcpp: disable 'windows' tests

these timeout a lot

Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8321>
This commit is contained in:
Mike Blumenkrantz
2021-01-04 16:05:11 -05:00
committed by Marge Bot
parent c53a886ba8
commit f7527f7f65

View File

@@ -81,7 +81,7 @@ glcpp = executable(
# FIXME: these fail on windows due to whitespace differences
if with_any_opengl and with_tests and host_machine.system() != 'windows'
modes = ['unix', 'windows', 'oldmac', 'bizarro']
modes = ['unix', 'oldmac', 'bizarro']
if dep_valgrind.found()
modes += ['valgrind']
endif