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

step-ca: fix flaky test parallelism
This commit is contained in:
Nick Cao
2023-01-26 06:32:45 +08:00
committed by GitHub
+3
View File
@@ -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;