Skip to content

Commit b9c6c96

Browse files
committed
re-enable Backbeat route test
Issue: CLDSRV-626
1 parent 99815fb commit b9c6c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multipleBackend/routes/routeBackbeat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ describe('backbeat routes', () => {
752752
});
753753
});
754754

755-
it.skip('should create a new null version if versioning suspended and delete marker null version', done => {
755+
it('should create a new null version if versioning suspended and delete marker null version', done => {
756756
let objMD;
757757
return async.series([
758758
next => s3.putBucketVersioning({ Bucket: bucket, VersioningConfiguration: { Status: 'Suspended' } },

0 commit comments

Comments
 (0)