Skip to content

Commit

Permalink
chore(storage): skip gRPC resumable upload test (#5160)
Browse files Browse the repository at this point in the history
This is blocked on an internal change which will take a while
to roll out.

Updates #5124
  • Loading branch information
tritone committed Nov 18, 2021
1 parent 90e2868 commit 57b9bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,8 @@ func TestIntegration_MultiMessageWriteGRPC(t *testing.T) {
}

func TestIntegration_MultiChunkWriteGRPC(t *testing.T) {
t.Skip("Skipped due to internal bug b/205986378")

ctx := context.Background()

// Create an HTTP client to read test data and a gRPC client to test write
Expand Down

0 comments on commit 57b9bbc

Please sign in to comment.