diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b0057b8..d42e706d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,3 +53,6 @@ contained in either the "it" function or the "describe" function, respectively. or mocha test-basic -timeout 0 -g 'test bindParam with qualifier' + +There are also tests in the `test-complete` folder. The setup for these is more complicated and can +be found in the `Jenkinsfile` file in this repository in the `runE2ETests` function. \ No newline at end of file diff --git a/test-complete/nodejs-optic-from-views.js b/test-complete/nodejs-optic-from-views.js index d6bc1135..3fd0197c 100644 --- a/test-complete/nodejs-optic-from-views.js +++ b/test-complete/nodejs-optic-from-views.js @@ -1151,7 +1151,8 @@ describe('Nodejs Optic from views test', function () { }, done); }); - it('TEST 38 - with old timestamp', function (done) { + // Skipping due to server bug MLE-24724 + it.skip('TEST 38 - with old timestamp', function (done) { var oldTimestamp = db.createTimestamp('123'); const plan1 = op.fromView('opticFunctionalTest', 'detail', 'myDetail'); const plan2 = op.fromView('opticFunctionalTest', 'master', 'myMaster'); diff --git a/test-complete/nodejs-optic-nodes.js b/test-complete/nodejs-optic-nodes.js index 01d4a91e..dc1a2dd0 100644 --- a/test-complete/nodejs-optic-nodes.js +++ b/test-complete/nodejs-optic-nodes.js @@ -17,8 +17,7 @@ const op = marklogic.planBuilder; describe('Nodejs Optic nodes json constructor test', function () { - // Skipping this test due to odd server bug that will be written up soon. - it.skip('TEST 1 - construct json from literals', function (done) { + it('TEST 1 - construct json from literals', function (done) { const plan1 = op.fromLiterals([ { rowId: 1, colorId: 1, desc: 'ball' },