Skip to content

Commit f31bbfc

Browse files
author
Kerkesni
committed
skip null version replication tests
Issue will be investigated in CLDSRV-626 Issue: CLDSRV-618
1 parent 6e94f7c commit f31bbfc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/multipleBackend/routes/routeBackbeatForReplication.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ describe('backbeat routes for replication', () => {
812812
});
813813
});
814814

815-
it('should replicate/put metadata to a destination that has a null version', done => {
815+
it.skip('should replicate/put metadata to a destination that has a null version', done => {
816816
let objMD;
817817
let versionId;
818818

@@ -891,7 +891,7 @@ describe('backbeat routes for replication', () => {
891891
});
892892
});
893893

894-
it('should replicate/put metadata to a destination that has a suspended null version', done => {
894+
it.skip('should replicate/put metadata to a destination that has a suspended null version', done => {
895895
let objMD;
896896
let versionId;
897897

@@ -971,7 +971,7 @@ describe('backbeat routes for replication', () => {
971971
});
972972
});
973973

974-
it('should replicate/put metadata to a destination that has a previously updated null version', done => {
974+
it.skip('should replicate/put metadata to a destination that has a previously updated null version', done => {
975975
let objMD;
976976
let objMDNull;
977977
let versionId;
@@ -1077,7 +1077,7 @@ describe('backbeat routes for replication', () => {
10771077
});
10781078
});
10791079

1080-
it('should replicate/put metadata to a destination that has a suspended null version with internal version',
1080+
it.skip('should replicate/put metadata to a destination that has a suspended null version with internal version',
10811081
done => {
10821082
const tagSet = [
10831083
{
@@ -1171,7 +1171,7 @@ describe('backbeat routes for replication', () => {
11711171
});
11721172
});
11731173

1174-
it('should mimic null version replication by crrExistingObjects, then replicate version', done => {
1174+
it.skip('should mimic null version replication by crrExistingObjects, then replicate version', done => {
11751175
let objMDNull;
11761176
let objMDNullReplicated;
11771177
let objMDVersion;

0 commit comments

Comments
 (0)