Skip to content

Commit

Permalink
Merge branch 'main' into update-apiary-203
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Oct 23, 2024
2 parents fee1f2b + d40fbff commit aa988a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1584,10 +1584,10 @@ func transportClientTest(ctx context.Context, t *testing.T, test func(*testing.T
checkEmulatorEnvironment(t)

for transport, client := range emulatorClients {
if reason := ctx.Value(skipTransportTestKey(transport)); reason != nil {
t.Skip("transport", fmt.Sprintf("%q", transport), "explicitly skipped:", reason)
}
t.Run(transport, func(t *testing.T) {
if reason := ctx.Value(skipTransportTestKey(transport)); reason != nil {
t.Skip("transport", fmt.Sprintf("%q", transport), "explicitly skipped:", reason)
}
project := fmt.Sprintf("%s-project", transport)
bucket := fmt.Sprintf("%s-bucket-%d", transport, time.Now().Nanosecond())
test(t, ctx, project, bucket, client)
Expand Down

0 comments on commit aa988a7

Please sign in to comment.