Skip to content

Commit 3d86c7c

Browse files
authored
test: do not use a resumable upload for ACL file test (#1896)
1 parent aab390c commit 3d86c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ describe('storage', () => {
10321032

10331033
it('should preserve file ACL', async () => {
10341034
const file = bucket.file(`file-${uuid.v4()}`);
1035-
await file.save('data');
1035+
await file.save('data', {resumable: false});
10361036

10371037
await file.acl.update(customAcl);
10381038
const [aclBefore] = await file.acl.get();

0 commit comments

Comments
 (0)