testing.T.isParallel (field)

5 uses

	testing (current package)
		testing.go#L668: 	isParallel bool
		testing.go#L1034: 	if t.isParallel {
		testing.go#L1037: 	t.isParallel = true
		testing.go#L1167: 			if !t.isParallel {
		testing.go#L1171: 		} else if t.isParallel {