Skip to content
Snippets Groups Projects
Commit 81602cf3 authored by Georges Racinet's avatar Georges Racinet
Browse files

server tests: avoid actually binding to sockets

Mocking never looks as convincing, but in that case,
it avoids assumptions on the surrounding networkin stack.

For instance, our CI runs currently happens on Docker containers
with no IPv6 capability, hence binding on `::1` just fails.

Also, some build systems deliberately prohibit any networking
in tests. This is (or has been) the case of Debian buildds.
parent 4e13d41b
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment