diff --git a/system-test/storage.ts b/system-test/storage.ts index 80f453292..608659046 100644 --- a/system-test/storage.ts +++ b/system-test/storage.ts @@ -1503,13 +1503,10 @@ describe('storage', () => { }); })); - // @TODO: There may be a backend bug here. - // Reference: - // https://github.com/googleapis/nodejs-storage/pull/190#issuecomment-388475406 - it.skip('iam#testPermissions', doubleTest((options, done) => { - const tests = ['storage.buckets.delete']; - bucketNonWhitelist.iam.testPermissions(tests, options, done); - })); + it('iam#testPermissions', doubleTest((options, done) => { + const tests = ['storage.buckets.delete']; + bucketNonWhitelist.iam.testPermissions(tests, options, done); + })); it('notification#get', doubleTest((options, done) => { if (!notification) {