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 e9a4147a75ddc736a1a098d6b895173a11019093
Author: Alba Herrerias <[email protected]>
AuthorDate: Tue Mar 31 14:42:03 2026 +0100

    test: more unskip tests
---
 tests/integration/test.basics.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/integration/test.basics.js b/tests/integration/test.basics.js
index 23cbd0151..ea64c9b7b 100644
--- a/tests/integration/test.basics.js
+++ b/tests/integration/test.basics.js
@@ -1,6 +1,6 @@
 'use strict';
 
-var adapters = ['local'];
+var adapters = ['http', 'local'];
 
 adapters.forEach(function (adapter) {
 
@@ -1058,7 +1058,7 @@ adapters.forEach(function (adapter) {
       });
     });
 
-    it.skip('putting is override-able', function () {
+    it('putting is override-able', function () {
       var db = new PouchDB(dbs.name);
       var called = 0;
       var plugin = {

Reply via email to