Skip to content

Commit 300aaef

Browse files
committed
✅ re-enable test that were disable because of the issue
1 parent 379eb6e commit 300aaef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/multipleBackend/routes/routeBackbeatForReplication.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ describe('backbeat routes for replication', () => {
955955
});
956956
});
957957

958-
it.skip('should replicate/put metadata to a destination that has a null version', done => {
958+
it('should replicate/put metadata to a destination that has a null version', done => {
959959
let objMD;
960960
let versionId;
961961

@@ -1114,7 +1114,7 @@ describe('backbeat routes for replication', () => {
11141114
});
11151115
});
11161116

1117-
it.skip('should replicate/put metadata to a destination that has a previously updated null version', done => {
1117+
it('should replicate/put metadata to a destination that has a previously updated null version', done => {
11181118
let objMD;
11191119
let objMDNull;
11201120
let versionId;
@@ -1314,7 +1314,7 @@ describe('backbeat routes for replication', () => {
13141314
});
13151315
});
13161316

1317-
it.skip('should mimic null version replication by crrExistingObjects, then replicate version', done => {
1317+
it('should mimic null version replication by crrExistingObjects, then replicate version', done => {
13181318
let objMDNull;
13191319
let objMDNullReplicated;
13201320
let objMDVersion;

0 commit comments

Comments
 (0)