Merge branch 'tls-bindings-ci-failure' into 'master'

tests: Deactivate tls-bindings test suite for windows

See merge request GNOME/glib!2008
This commit is contained in:
Philip Withnall 2021-03-23 11:30:16 +00:00
commit 0d8799b44b

View File

@ -93,11 +93,18 @@ gio_tests = {
'tls-certificate' : {'extra_sources' : ['gtesttlsbackend.c']},
'tls-interaction' : {'extra_sources' : ['gtesttlsbackend.c']},
'tls-database' : {'extra_sources' : ['gtesttlsbackend.c']},
'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']},
'gdbus-address-get-session' : {},
'win32-appinfo' : {},
}
# FIXME: These sometimes cant be killed on the Windows CI machines, and cause
# all subsequent CI runs on Windows to fail. See #2297.
if host_machine.system() != 'windows'
gio_tests += {
'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']}
}
endif
test_extra_programs = {
'gdbus-connection-flush-helper' : {},
'gdbus-testserver' : {},