Skip to content

Commit 3f21e42

Browse files
author
Will Toozs
committed
fixup: skips
1 parent 4722df4 commit 3f21e42

File tree

1 file changed

+1
-2
lines changed
  • tests/functional/aws-node-sdk/test/bucket

1 file changed

+1
-2
lines changed

tests/functional/aws-node-sdk/test/bucket/get.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ const tests = [
286286
},
287287
];
288288

289-
// TODO CLDSRV-928 remove skip
290-
describe.skip('GET Bucket - AWS.S3.listObjects', () => {
289+
describe('GET Bucket - AWS.S3.listObjects', () => {
291290
describe('When user is unauthorized', () => {
292291
let bucketUtil;
293292
let bucketName;

0 commit comments

Comments
 (0)