This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch skip-eunit-apps in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 83a582bd786f1bc7f605ea2975c2788099831b2d Author: Ronny Berndt <[email protected]> AuthorDate: Sat Jan 10 15:08:26 2026 +0100 dev: Skip EUnit tests for gun and recon apps --- 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=
