From f364346e9015978aa0b222f6407bb2a2c1455a35 Mon Sep 17 00:00:00 2001 From: Frank Natividad Date: Mon, 15 Oct 2018 14:37:57 -0400 Subject: [PATCH] test: Attempt to re-enable iam#testPermissions (#429) --- system-test/storage.ts | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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) {