lol

toxiproxy: disable TestFullstreamLatencyBiasDown test

timing-based tests are bad for build servers (and slow
machines)

+4 -1
+4 -1
pkgs/development/tools/toxiproxy/default.nix
··· 25 25 # Fixes tests on Darwin 26 26 __darwinAllowLocalNetworking = true; 27 27 28 - checkFlags = [ "-short" "-skip=TestVersionEndpointReturnsVersion" ]; 28 + checkFlags = [ 29 + "-short" 30 + "-skip=TestVersionEndpointReturnsVersion|TestFullstreamLatencyBiasDown" 31 + ]; 29 32 30 33 postInstall = '' 31 34 mv $out/bin/cli $out/bin/toxiproxy-cli