Turn off network-dependent test for CI.

This commit is contained in:
Ben Straub 2012-07-27 11:14:30 -07:00
parent 6eb240b0b4
commit 15445f9ef7

View File

@ -4,7 +4,7 @@
#include "repository.h" #include "repository.h"
#define DO_LOCAL_TEST 0 #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" #define LIVE_REPO_URL "http://github.com/libgit2/node-gitteh"