(Connected to the build as of r353911) Presumably our CI setup doesn't have much in the way of functional network in the -test jobs, so 12/91 tests consistently fail[0]. [0] https://ci.freebsd.org/job/FreeBSD-head-amd64-test/13009/testReport/lib.libcasper.services.cap_dns/dns_test/main/
Temporarily disable cap_dns before having VM networking https://github.com/freebsd/freebsd-ci/commit/95c829cd8175074f4f3779de1daeba66bc21aaf4
(In reply to Li-Wen Hsu from comment #1) Do we still have the same limitation with respect to network configuration?
(In reply to Mark Johnston from comment #2) Currently yes, I'll work on enabling networking for the testing VM. BTW, it would be worth to modify the test and mark them require public networking, and skip if unavailable.
cap_net tests also need internet access.
Temporarily disable cap_net tests before having VM networking https://github.com/freebsd/freebsd-ci/commit/103a89c77ba3d4afd0a69b33c071826c898a31d8
I reworked these tests to skip when internet access is not available. I think that's the best we can do without rewriting them.