Skip to content

Commit

Permalink
test: Attempt to re-enable iam#testPermissions (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored and JustinBeckwith committed Oct 15, 2018
1 parent 00aa3cd commit f364346
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions system-test/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f364346

Please sign in to comment.