Unverified Commit aa360975 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

go-httpbin: enable tests (#509766)

parents 6bc9ff3c 5715c23f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,8 +28,7 @@ buildGoModule (finalAttrs: {
    "-X main.version=${finalAttrs.version}"
  ];

  # tests are flaky
  doCheck = false;
  __darwinAllowLocalNetworking = true;

  nativeInstallCheckInputs = [ versionCheckHook ];
  doInstallCheck = true;