From fbeabdb3aadcb8dd8bb017d429f66ef335004dfa Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Tue, 26 Mar 2024 22:59:46 -0700 Subject: [PATCH] test(storage): remove skip for objects.insert retry conformance test (#9637) The implementation has been merged and released for bidi writes retries --- storage/retry_conformance_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/storage/retry_conformance_test.go b/storage/retry_conformance_test.go index 1be62ef6c4c2..ac81c7be5052 100644 --- a/storage/retry_conformance_test.go +++ b/storage/retry_conformance_test.go @@ -523,9 +523,6 @@ func TestRetryConformance(t *testing.T) { for _, transport := range transports { testName := fmt.Sprintf("%v-%v-%v-%v-%v", transport, retryTest.Id, instructions.Instructions, methodName, i) t.Run(testName, func(t *testing.T) { - if transport == "grpc" && method.Name == "storage.objects.insert" { - t.Skip("Implementation in testbench pending: https://github.com/googleapis/storage-testbench/issues/568") - } // Create the retry subtest subtest := &emulatorTest{T: t, name: testName, host: endpoint} subtest.create(map[string][]string{