forked from quic-go/quic-go
don't run the version negotiation tests with race detector
This commit is contained in:
6
integrationtests/tools/israce/norace.go
Normal file
6
integrationtests/tools/israce/norace.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// +build !race
|
||||
|
||||
package israce
|
||||
|
||||
// Enabled reports if the race detector is enabled.
|
||||
const Enabled = false
|
||||
Reference in New Issue
Block a user