summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Dietz <noahdietz@users.noreply.github.com>2021-10-26 09:08:56 -0700
committerGitHub <noreply@github.com>2021-10-26 09:08:56 -0700
commitbc93c1f0180801c5c69ef0629721a6f413c0bc9c (patch)
tree06648c6a189b4e0494306e44baf77fe43ef62bdf
parent08118b5f9c304637e11cc65c667b6101dce37763 (diff)
downloadgoogle-cloud-go-bc93c1f0180801c5c69ef0629721a6f413c0bc9c.tar.gz
chore(storage): reenable grpc integration tests (#5027)
-rw-r--r--storage/integration_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/storage/integration_test.go b/storage/integration_test.go
index 1b2457f21..238b2625d 100644
--- a/storage/integration_test.go
+++ b/storage/integration_test.go
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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
@@ -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.
@@ -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
@@ -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