diff options
| author | Ben Straub <bstraub@github.com> | 2012-07-27 11:14:30 -0700 |
|---|---|---|
| committer | Ben Straub <bstraub@github.com> | 2012-07-27 11:14:30 -0700 |
| commit | 15445f9ef7fea43a550a78c7425ae91c53a1c108 (patch) | |
| tree | 77477207f4a910e44918ea33f3e45a809a99f35b /tests-clar | |
| parent | 6eb240b0b4d5938301efc14eafb440fa931366b6 (diff) | |
| download | libgit2-15445f9ef7fea43a550a78c7425ae91c53a1c108.tar.gz | |
Turn off network-dependent test for CI.
Diffstat (limited to 'tests-clar')
| -rw-r--r-- | tests-clar/clone/clone.c | 2 |
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" |
