Skip to content

Commit

Permalink
chore(storage): reenable gRPC integration test (#5200)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Dec 8, 2021
1 parent ff96829 commit 828a9d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/integration_test.go
Expand Up @@ -1224,8 +1224,6 @@ 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 828a9d2

Please sign in to comment.