From 61ebca0e1d6ea1d85db013188c95942003c1ac30 Mon Sep 17 00:00:00 2001 From: Chris Cotter Date: Fri, 24 Feb 2023 18:51:12 -0500 Subject: [PATCH] test(storage): skip 2 more tests for gRPC These are also doing bucket updates and I missed them in #7476. Updates #7483 Updates #7484 --- storage/integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {