This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new d19cd124e dev: Skip EUnit tests for gun and recon apps (#5843)
d19cd124e is described below

commit d19cd124e7fcb018b355cd79d476652c317d1b31
Author: Ronny Berndt <[email protected]>
AuthorDate: Sat Jan 10 17:08:23 2026 +0100

    dev: Skip EUnit tests for gun and recon apps (#5843)
---
 Makefile     | 2 +-
 Makefile.win | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b7c39b0e3..e046a0996 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ DESTDIR=
 
 # Rebar options
 apps=
-skip_deps=meck,mochiweb,triq,proper,snappy,ibrowse
+skip_deps=meck,mochiweb,triq,proper,snappy,ibrowse,gun,recon
 suites=
 tests=
 
diff --git a/Makefile.win b/Makefile.win
index d510ee51d..38b0bc201 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -80,7 +80,7 @@ DESTDIR=
 
 # Rebar options
 apps=
-skip_deps=meck,mochiweb,triq,proper,snappy,ibrowse,local
+skip_deps=meck,mochiweb,triq,proper,snappy,ibrowse,gun,recon
 suites=
 tests=
 

Reply via email to