Skip to content

Commit

Permalink
chore(storage): reenable grpc integration tests (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Oct 26, 2021
1 parent 08118b5 commit bc93c1f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions storage/integration_test.go
Expand Up @@ -778,7 +778,6 @@ func TestIntegration_ObjectsRangeReader(t *testing.T) {
}

func TestIntegration_ObjectReadGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to upload test data and a gRPC client to test with.
Expand Down Expand Up @@ -839,7 +838,6 @@ func TestIntegration_ObjectReadGRPC(t *testing.T) {
}

func TestIntegration_ObjectReadChunksGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to upload test data and a gRPC client to test with.
Expand Down Expand Up @@ -904,7 +902,6 @@ func TestIntegration_ObjectReadChunksGRPC(t *testing.T) {
}

func TestIntegration_ObjectReadRelativeToEndGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to upload test data and a gRPC client to test with.
Expand Down Expand Up @@ -968,7 +965,6 @@ func TestIntegration_ObjectReadRelativeToEndGRPC(t *testing.T) {
}

func TestIntegration_ObjectReadPartialContentGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to upload test data and a gRPC client to test with.
Expand Down Expand Up @@ -1022,7 +1018,6 @@ func TestIntegration_ObjectReadPartialContentGRPC(t *testing.T) {
}

func TestIntegration_ConditionalDownloadGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to upload test data and a gRPC client to test with.
Expand Down Expand Up @@ -1059,7 +1054,6 @@ func TestIntegration_ConditionalDownloadGRPC(t *testing.T) {
}

func TestIntegration_SimpleWriteGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to read test data and a gRPC client to test write
Expand Down Expand Up @@ -1118,7 +1112,6 @@ func TestIntegration_SimpleWriteGRPC(t *testing.T) {
}

func TestIntegration_CancelWriteGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to verify test and a gRPC client to test writing.
Expand Down Expand Up @@ -1168,7 +1161,6 @@ func TestIntegration_CancelWriteGRPC(t *testing.T) {
}

func TestIntegration_MultiMessageWriteGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

// Create an HTTP client to read test data and a gRPC client to test write
Expand Down Expand Up @@ -1229,7 +1221,6 @@ func TestIntegration_MultiMessageWriteGRPC(t *testing.T) {
}

func TestIntegration_MultiChunkWriteGRPC(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4963")
ctx := context.Background()

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

0 comments on commit bc93c1f

Please sign in to comment.