summaryrefslogtreecommitdiff
path: root/tests-clar
diff options
context:
space:
mode:
authorBen Straub <bstraub@github.com>2012-07-27 11:14:30 -0700
committerBen Straub <bstraub@github.com>2012-07-27 11:14:30 -0700
commit15445f9ef7fea43a550a78c7425ae91c53a1c108 (patch)
tree77477207f4a910e44918ea33f3e45a809a99f35b /tests-clar
parent6eb240b0b4d5938301efc14eafb440fa931366b6 (diff)
downloadlibgit2-15445f9ef7fea43a550a78c7425ae91c53a1c108.tar.gz
Turn off network-dependent test for CI.
Diffstat (limited to 'tests-clar')
-rw-r--r--tests-clar/clone/clone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/clone/clone.c b/tests-clar/clone/clone.c
index d10b79c91..4cca15ffe 100644
--- a/tests-clar/clone/clone.c
+++ b/tests-clar/clone/clone.c
@@ -4,7 +4,7 @@
#include "repository.h"
#define DO_LOCAL_TEST 0
-#define DO_LIVE_NETWORK_TESTS 1
+#define DO_LIVE_NETWORK_TESTS 0
#define LIVE_REPO_URL "http://github.com/libgit2/node-gitteh"