diff --git a/src/pkg/runtime/parfor_test.go b/src/pkg/runtime/parfor_test.go index 0547db0209..7644354ab3 100644 --- a/src/pkg/runtime/parfor_test.go +++ b/src/pkg/runtime/parfor_test.go @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// The race detector does not understand ParFor synchronization. +// +build !race + package runtime_test import (