Open
Description
The network tests can't be run in some cases:
- Docker containers don't have IPv6 loopback by default.
- opam-repo-ci's sandbox on macos prevents using any loopback devices.
This is probably best done by extending MDX. We could perhaps have an exception Mdx_skip_block
to indicate that the current block's output should be ignored, or a skip-if=TEST
label at the top of the block.
From #274.