mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
dmabuf: Skip dmabuf tests for macOS
Dmabuf is not supported for macOS.
This commit is contained in:
parent
16f91fc5d2
commit
703e5ab9a8
@ -63,7 +63,7 @@ internal_tests = [
|
||||
{ 'name': 'subsurface' },
|
||||
]
|
||||
|
||||
if host_machine.system() != 'windows'
|
||||
if host_machine.system() not in ['darwin', 'windows']
|
||||
internal_tests += { 'name': 'dmabufformats' }
|
||||
internal_tests += { 'name': 'dmabuftexture', 'suites': 'failing' }
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user