Skip to content

Commit 16c9a07

Browse files
committed
MLE-24733 - Skipping a test that is broken until the switch to mlDeploy is complete
1 parent 1317d4a commit 16c9a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-optic-generate-views.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const dbClient = marklogic.createDatabaseClient(
5151
const pb = marklogic.planBuilder;
5252

5353

54-
describe('Nodejs Optic generate views test', function () {
54+
describe.skip('Nodejs Optic generate views test', function () {
5555
this.timeout(20000);
5656
it('TEST 1 - join left outer with array of on', function (done) {
5757

0 commit comments

Comments
 (0)