Skip to content

Commit 8c4814e

Browse files
authored
Merge pull request #522 from siyanshen/e2e
shorten test bucket name
2 parents 0227969 + 91466af commit 8c4814e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/specs/testdriver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ func (n *GCSFuseCSITestDriver) createBucket(ctx context.Context, serviceAccountN
436436
// so there is no need to check if the bucket already exists
437437
newBucket := &storage.ServiceBucket{
438438
Project: n.meta.GetProjectID(),
439-
Name: "gcsfusecsi-testsuite-gen-" + uuid.NewString(),
439+
Name: uuid.NewString(),
440440
Location: n.bucketLocation,
441441
EnableUniformBucketLevelAccess: true,
442442
EnableHierarchicalNamespace: n.EnableHierarchicalNamespace,

0 commit comments

Comments
 (0)