diff --git a/storage/integration_test.go b/storage/integration_test.go index 5b228d019f03..759ece94a622 100644 --- a/storage/integration_test.go +++ b/storage/integration_test.go @@ -2719,7 +2719,7 @@ func TestIntegration_BucketIAM(t *testing.T) { // a. The project that owns the requester-pays bucket (same as (2)) // b. Another project (the Firestore project). func TestIntegration_RequesterPaysOwner(t *testing.T) { - multiTransportTest(context.Background(), t, func(t *testing.T, ctx context.Context, _, prefix string, client *Client) { + multiTransportTest(skipGRPC("b/270215524"), t, func(t *testing.T, ctx context.Context, _, prefix string, client *Client) { jwt, err := testutil.JWTConfig() if err != nil { t.Fatalf("testutil.JWTConfig: %v", err) @@ -2934,7 +2934,7 @@ func TestIntegration_RequesterPaysNonOwner(t *testing.T) { t.Fatalf("need a second account (env var %s)", envFirestorePrivateKey) } - multiTransportTest(ctx, t, func(t *testing.T, ctx context.Context, _, prefix string, client *Client) { + multiTransportTest(skipGRPC("b/270215524"), t, func(t *testing.T, ctx context.Context, _, prefix string, client *Client) { client.SetRetry(WithPolicy(RetryAlways)) for _, test := range []struct {