···4646 # Tests start http servers which need to bind to local addresses:
4747 # panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
4848 __darwinAllowLocalNetworking = true;
4949+ # Tests need to run in a reproducible order, otherwise they run unreliably on
5050+ # (at least) x86_64-linux.
5151+ checkFlags = [ "-p 1" ];
49525053 passthru.tests.step-ca = nixosTests.step-ca;
5154