Skip to content

Commit

Permalink
disable tests for dictionary not existing anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 23, 2023
1 parent 66a48af commit 6599052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/db/index-test.js
Expand Up @@ -61,7 +61,8 @@ describe("Database API - Index", function () {
});
});

describe('Db::index::*', function () {
// Dictionary index does not exists anymore in recent versions
describe.skip('Db::index::*', function () {

before(function () {
return this.db.index.get('dictionary')
Expand Down Expand Up @@ -165,4 +166,4 @@ describe("Database API - Index", function () {
});
});
});
});
});

0 comments on commit 6599052

Please sign in to comment.