From: Matt Joiner Date: Mon, 25 Sep 2023 11:29:08 +0000 (+1000) Subject: Don't do client transfer tests in parallel X-Git-Url: http://www.git.stargrave.org/?p=btrtrc.git;a=commitdiff_plain;h=fb0716bbad69daa313b14df24bda03cf965b2d75 Don't do client transfer tests in parallel This should make them a lot less flaky. --- diff --git a/test/leecher-storage.go b/test/leecher-storage.go index bfb3816d..a60f077a 100644 --- a/test/leecher-storage.go +++ b/test/leecher-storage.go @@ -91,8 +91,6 @@ type testClientTransferParams struct { // Creates a seeder and a leecher, and ensures the data transfers when a read // is attempted on the leecher. func testClientTransfer(t *testing.T, ps testClientTransferParams) { - t.Parallel() - prevGOMAXPROCS := runtime.GOMAXPROCS(ps.GOMAXPROCS) newGOMAXPROCS := prevGOMAXPROCS if ps.GOMAXPROCS > 0 {