Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit f364346

Browse files
frankynJustinBeckwith
authored andcommitted
test: Attempt to re-enable iam#testPermissions (#429)
1 parent 00aa3cd commit f364346

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

system-test/storage.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,13 +1503,10 @@ describe('storage', () => {
15031503
});
15041504
}));
15051505

1506-
// @TODO: There may be a backend bug here.
1507-
// Reference:
1508-
// https://github.com/googleapis/nodejs-storage/pull/190#issuecomment-388475406
1509-
it.skip('iam#testPermissions', doubleTest((options, done) => {
1510-
const tests = ['storage.buckets.delete'];
1511-
bucketNonWhitelist.iam.testPermissions(tests, options, done);
1512-
}));
1506+
it('iam#testPermissions', doubleTest((options, done) => {
1507+
const tests = ['storage.buckets.delete'];
1508+
bucketNonWhitelist.iam.testPermissions(tests, options, done);
1509+
}));
15131510

15141511
it('notification#get', doubleTest((options, done) => {
15151512
if (!notification) {

0 commit comments

Comments
 (0)