You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/05 23:11:28 UTC

[04/12] couchdb commit: updated refs/heads/master to a5ceb62

Disable problematic tests


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/63703d7e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/63703d7e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/63703d7e

Branch: refs/heads/master
Commit: 63703d7e43d2d45531834edc2d844eb9685d6c96
Parents: 3b2c3f5
Author: Russell Branca <ch...@apache.org>
Authored: Fri Aug 29 12:34:43 2014 -0700
Committer: Russell Branca <ch...@apache.org>
Committed: Fri Aug 29 13:35:33 2014 -0700

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/63703d7e/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 042af99..1f9a54c 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ docker:
 eunit: export BUILDDIR = $(shell pwd)
 eunit:
 	@rebar setup_eunit
-	@rebar eunit skip_deps=meck,mochiweb,lager
+	@rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric
 
 javascript:
 	@dev/run test/javascript/run