···46 # Tests start http servers which need to bind to local addresses:
47 # panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
48 __darwinAllowLocalNetworking = true;
0004950 passthru.tests.step-ca = nixosTests.step-ca;
51
···46 # Tests start http servers which need to bind to local addresses:
47 # panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
48 __darwinAllowLocalNetworking = true;
49+ # Tests need to run in a reproducible order, otherwise they run unreliably on
50+ # (at least) x86_64-linux.
51+ checkFlags = [ "-p 1" ];
5253 passthru.tests.step-ca = nixosTests.step-ca;
54