enable -race on go test (#7305)
Introduce 'norace' build tag that is used to filter out test files containing test cases or test suites that, if run with the -race flag on would cause race conditions. Supersede #7300.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// +build norace
|
||||
|
||||
package network_test
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user