Skip to content

Commit

Permalink
skip nonsensical benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Feb 26, 2022
1 parent 9145b19 commit d4cf0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func MakeSmallPacketDistribution(b *testing.B) [][]byte {
}

func TestSmallPackets(t *testing.T) {
t.Skip("this test is by definition flaky; wtf.")
kbps, lat, err := netbench.FindNetworkLimit(testSmallPackets, 0.5)
if err != nil {
t.Skip()
Expand Down

0 comments on commit d4cf0b4

Please sign in to comment.