Skip proxy_test in race mode (#1584)
This commit is contained in:
Родитель
c209cdff16
Коммит
c06db1c7c5
|
@ -1,3 +1,5 @@
|
|||
// +build !race
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright 2017 gRPC authors.
|
||||
|
|
|
@ -103,7 +103,7 @@ var (
|
|||
})
|
||||
)
|
||||
|
||||
var raceMode bool // set by race_test.go in race mode
|
||||
var raceMode bool // set by race.go in race mode
|
||||
|
||||
type testServer struct {
|
||||
security string // indicate the authentication protocol used by this server.
|
||||
|
|
Загрузка…
Ссылка в новой задаче