Merge pull request #212623 from ckiee/step-ca-0-23-1-test-no-parallel

step-ca: fix flaky test parallelism

authored by

Nick Cao and committed by
GitHub
4ac0c943 5df199b2

+3
+3
pkgs/tools/security/step-ca/default.nix
··· 46 46 # Tests start http servers which need to bind to local addresses: 47 47 # panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted 48 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" ]; 49 52 50 53 passthru.tests.step-ca = nixosTests.step-ca; 51 54