mirror of https://github.com/grpc/grpc-go.git
Merge branch 'master' of https://github.com/grpc/grpc-go
This commit is contained in:
commit
5dafdb0a17
|
@ -1743,6 +1743,10 @@ func testUnaryServerInterceptor(t *testing.T, e env) {
|
|||
func TestStreamServerInterceptor(t *testing.T) {
|
||||
defer leakCheck(t)()
|
||||
for _, e := range listTestEnv() {
|
||||
// TODO(bradfitz): Temporarily skip this env due to #619.
|
||||
if e.name == "handler-tls" {
|
||||
continue
|
||||
}
|
||||
testStreamServerInterceptor(t, e)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue