Don't do client transfer tests in parallel

This should make them a lot less flaky.
This commit is contained in:
Matt Joiner 2023-09-25 21:29:08 +10:00
parent b84b19cc4c
commit fb0716bbad
No known key found for this signature in database
GPG Key ID: 6B990B8185E7F782
1 changed files with 0 additions and 2 deletions

View File

@ -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 {