Merge pull request #809 from menghanl/disable_handler_tests
Temporarily disable handler-tls for TestClientStreamingError due to #619
This commit is contained in:
@ -1797,6 +1797,9 @@ func testClientStreaming(t *testing.T, e env) {
|
||||
func TestClientStreamingError(t *testing.T) {
|
||||
defer leakCheck(t)()
|
||||
for _, e := range listTestEnv() {
|
||||
if e.name == "handler-tls" {
|
||||
continue
|
||||
}
|
||||
testClientStreamingError(t, e)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user