Skip to content

WIP: gdbus-peer test: Tolerate failing nonce-tcp GDBusServer

Simon McVittie requested to merge wip/smcv/disable-nonce-tcp-server into master
  • gdbus-peer test: Skip if we get EADDRNOTAVAIL

    We're still not sure why this test hits EADDRNOTAVAIL so often on CI, but let's not allow it to break all other CI in the meantime.

    Mitigates: #1912 (closed)

  • gsocket: Improve diagnostics on bind() failure

    This is in an attempt to diagnose #1912 (closed).

Merge request reports