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 9c5737acce541be2176ba051d32701741cd9581c
Author: Alba Herrerias <[email protected]>
AuthorDate: Tue Mar 31 14:35:50 2026 +0100

    test: unskip tests
---
 tests/integration/test.basics.js    | 2 +-
 tests/integration/test.bulk_docs.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/integration/test.basics.js b/tests/integration/test.basics.js
index eca0d7216..23cbd0151 100644
--- a/tests/integration/test.basics.js
+++ b/tests/integration/test.basics.js
@@ -697,7 +697,7 @@ adapters.forEach(function (adapter) {
     if (adapter === 'local') {
       // This test fails in the http adapter, if it is used with CouchDB 
version <3
       // or PouchDB-Server. Which is expected.
-      it.skip('Allows _access field in documents (#8171)', function (done) {
+      it('Allows _access field in documents (#8171)', function (done) {
         var doc = {
           '_access': ['alice']
         };
diff --git a/tests/integration/test.bulk_docs.js 
b/tests/integration/test.bulk_docs.js
index a121edbbf..0cdeacb1d 100644
--- a/tests/integration/test.bulk_docs.js
+++ b/tests/integration/test.bulk_docs.js
@@ -161,7 +161,7 @@ adapters.forEach(function (adapter) {
       });
     });
 
-    it.skip("7829 bare rev 1- with new_edits=false", function (done) {
+    it("7829 bare rev 1- with new_edits=false", function (done) {
       var db = new PouchDB(dbs.name);
       var docs = [
         {

Reply via email to