mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Revert "tests: Deactivate tls-bindings test suite for windows"
This reverts commit 7f2fef5c26
.
There have been some changes to the gitlab-ci-win32-runner pre-clone
script which should be more successful at killing the remaining
processes after this test. See
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2008#note_1127126
This commit is contained in:
parent
04739eb4fd
commit
e02b905b4b
@ -93,18 +93,11 @@ 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 can’t 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' : {},
|
||||
|
Loading…
Reference in New Issue
Block a user