Commit 15445f9ef7fea43a550a78c7425ae91c53a1c108

Ben Straub 2012-07-27T11:14:30

Turn off network-dependent test for CI.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests-clar/clone/clone.c b/tests-clar/clone/clone.c
index d10b79c..4cca15f 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"