summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Branca <chewbranca@apache.org>2014-08-29 12:34:43 -0700
committerRussell Branca <chewbranca@apache.org>2014-08-29 13:35:33 -0700
commit63703d7e43d2d45531834edc2d844eb9685d6c96 (patch)
tree087514d5587fef18485a508fb525abc9fdb1afd4
parent3b2c3f52e9df903469ca0d7610b3e12d43108b70 (diff)
downloadcouchdb-63703d7e43d2d45531834edc2d844eb9685d6c96.tar.gz
Disable problematic tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 042af9909..1f9a54cc1 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