test/leecher-storage.go | 2 -- diff --git a/test/leecher-storage.go b/test/leecher-storage.go index bfb3816db94c6281b1adf280f59de28b7e94e595..a60f077a0a4498facc61be5add4cc3db781a0a7e 100644 --- a/test/leecher-storage.go +++ b/test/leecher-storage.go @@ -91,8 +91,6 @@ // 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 {