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