Skip to content

Commit

Permalink
test(transport/bytestream): skip TestClientWrite_CloseAndRecvFails (#776
Browse files Browse the repository at this point in the history
)
  • Loading branch information
codyoss committed Dec 7, 2020
1 parent c9160e8 commit 144dbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transport/bytestream/client_test.go
Expand Up @@ -307,6 +307,7 @@ func TestClientWrite_WriteFails(t *testing.T) {
}

func TestClientWrite_CloseAndRecvFails(t *testing.T) {
t.Skip("https://github.com/googleapis/google-api-go-client/issues/775")
setup := newTestSetup("")
w, err := setup.client.NewWriter(setup.ctx, "CloseAndRecvFails")
if err != nil {
Expand Down

0 comments on commit 144dbf0

Please sign in to comment.