commit
8c2dc5b473
|
@ -73,7 +73,7 @@ func profileName(t *testing.T) string {
|
||||||
return p
|
return p
|
||||||
}
|
}
|
||||||
|
|
||||||
// shouldRunInParallel deterimines if test should run in parallel or not
|
// shouldRunInParallel determines if test should run in parallel or not
|
||||||
func shouldRunInParallel(t *testing.T) bool {
|
func shouldRunInParallel(t *testing.T) bool {
|
||||||
t.Helper()
|
t.Helper()
|
||||||
if !*parallel {
|
if !*parallel {
|
||||||
|
|
Loading…
Reference in New Issue