Don't do client transfer tests in parallel
This should make them a lot less flaky.
This commit is contained in:
parent
b84b19cc4c
commit
fb0716bbad
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue