Skip to content

Commit c06db1c

Browse files
authored
Skip proxy_test in race mode (grpc#1584)
1 parent c209cdf commit c06db1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

proxy_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !race
2+
13
/*
24
*
35
* Copyright 2017 gRPC authors.

test/end2end_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ var (
103103
})
104104
)
105105

106-
var raceMode bool // set by race_test.go in race mode
106+
var raceMode bool // set by race.go in race mode
107107

108108
type testServer struct {
109109
security string // indicate the authentication protocol used by this server.

0 commit comments

Comments
 (0)