This commit is contained in:
iamqizhao 2016-05-16 18:54:48 -07:00
commit 5dafdb0a17
1 changed files with 4 additions and 0 deletions

View File

@ -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)
}
}