This is an automated email from the ASF dual-hosted git repository. alba pushed a commit to branch node-sqlite-adapter in repository https://gitbox.apache.org/repos/asf/pouchdb.git
commit 39600f58f8aae3707ee7950dd732a25434d70289 Author: Alba Herrerias <[email protected]> AuthorDate: Tue Mar 31 15:25:21 2026 +0100 test: unskip more tests --- tests/integration/test.get.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/test.get.js b/tests/integration/test.get.js index 3db70dc6e..a2a5d153b 100644 --- a/tests/integration/test.get.js +++ b/tests/integration/test.get.js @@ -753,7 +753,7 @@ adapters.forEach(function (adapter) { }); }); - it.skip('5857 - GET old revision with latest=true, deleted leaf', function () { + it('5857 - GET old revision with latest=true, deleted leaf', function () { var db = new PouchDB(dbs.name); var first = null; return db.post({ version: 'first' }) @@ -776,7 +776,7 @@ adapters.forEach(function (adapter) { }); }); - it.skip('5857 - GET losing, old revision with latest=true', function () { + it('5857 - GET losing, old revision with latest=true', function () { var db = new PouchDB(dbs.name); var doctree = [ {
