Unverified Commit 4ac0c943 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

step-ca: fix flaky test parallelism
parents 5df199b2 72bd2470
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ buildGoModule rec {
  # Tests start http servers which need to bind to local addresses:
  # panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
  __darwinAllowLocalNetworking = true;
  # Tests need to run in a reproducible order, otherwise they run unreliably on
  # (at least) x86_64-linux.
  checkFlags = [ "-p 1" ];

  passthru.tests.step-ca = nixosTests.step-ca;