Commit 0be568b0 authored by Robert Scott's avatar Robert Scott
Browse files

toxiproxy: disable TestFullstreamLatencyBiasDown test

timing-based tests are bad for build servers (and slow
machines)
parent f15706a9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -25,7 +25,10 @@ buildGoModule rec {
  # Fixes tests on Darwin
  __darwinAllowLocalNetworking = true;

  checkFlags = [ "-short" "-skip=TestVersionEndpointReturnsVersion" ];
  checkFlags = [
    "-short"
    "-skip=TestVersionEndpointReturnsVersion|TestFullstreamLatencyBiasDown"
  ];

  postInstall = ''
    mv $out/bin/cli $out/bin/toxiproxy-cli