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 cf5360d02f7ba6a3bf1ddac56bc116d12db5cd96 Author: Julia Krüger <[email protected]> AuthorDate: Mon Mar 30 17:50:19 2026 +0200 wip: test adjustment --- tests/integration/test.attachments.js | 2 +- tests/integration/test.basics.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/test.attachments.js b/tests/integration/test.attachments.js index 981ef6e28..48f4dc62f 100644 --- a/tests/integration/test.attachments.js +++ b/tests/integration/test.attachments.js @@ -2,7 +2,7 @@ const should = require('chai').should(); -var adapters = ['local', 'http']; +var adapters = ['local']; var repl_adapters = [ ['local', 'http'], ['http', 'http'], diff --git a/tests/integration/test.basics.js b/tests/integration/test.basics.js index ea64c9b7b..23cbd0151 100644 --- a/tests/integration/test.basics.js +++ b/tests/integration/test.basics.js @@ -1,6 +1,6 @@ 'use strict'; -var adapters = ['http', 'local']; +var adapters = ['local']; adapters.forEach(function (adapter) { @@ -1058,7 +1058,7 @@ adapters.forEach(function (adapter) { }); }); - it('putting is override-able', function () { + it.skip('putting is override-able', function () { var db = new PouchDB(dbs.name); var called = 0; var plugin = {
