Skip to content

Disable tests

Vignesh Raman requested to merge wip/vignesh/disable-tests into apertis/v2024dev2

server-test and ssl-test fails with the below error,

[  137s] # ERROR:../tests/server-test.c:213:do_one_server_aliases_test: assertion failed (error == NULL): Resource temporarily unavailable (g-io-error-quark, 27)
[  137s] 21/32 server-test              FAIL            0.23s   exit status 1

[  137s] Bail out! libsoup-FATAL-WARNING: (../libsoup/soup-session.c:2023):soup_session_process_queue_item: runtime check failed: (item->new_api)
[  137s] (ssl-test:4102952): libsoup-WARNING **: 10:45:21.593: (../libsoup/soup-session.c:2023):soup_session_process_queue_item: runtime check failed: (item->new_api)
[  137s] 24/32 ssl-test                 FAIL            0.18s   killed by signal 5 SIGTRAP

These failures are random and seen with amd64 architecture. Disable the tests temporarily until the issue is fixed.

https://phabricator.apertis.org/T9521

Merge request reports