diff options
| author | Ben Straub <bstraub@github.com> | 2012-06-20 12:48:41 -0700 |
|---|---|---|
| committer | Ben Straub <bstraub@github.com> | 2012-06-21 09:53:45 -0700 |
| commit | da73fb70de05f61d39b8dd18bd73628ddbf0f63f (patch) | |
| tree | 58d206433e9a92f7b061a0846487b080b813c138 | |
| parent | 3c4b008c4d767766e7b19b2bda942c7981578a49 (diff) | |
| download | libgit2-da73fb70de05f61d39b8dd18bd73628ddbf0f63f.tar.gz | |
Disable long-running test.
| -rw-r--r-- | tests-clar/clone/clone.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests-clar/clone/clone.c b/tests-clar/clone/clone.c index 1f110da81..6fb6a7984 100644 --- a/tests-clar/clone/clone.c +++ b/tests-clar/clone/clone.c @@ -88,6 +88,7 @@ void test_clone_clone__local(void) void test_clone_clone__network(void) { +#if 0 cl_git_pass(git_clone(&g_repo, "https://github.com/libgit2/libgit2.git", "./libgit2", NULL)); @@ -96,6 +97,7 @@ void test_clone_clone__network(void) "./libgit2.git", NULL)); git_futils_rmdir_r("./libgit2", GIT_DIRREMOVAL_FILES_AND_DIRS); git_futils_rmdir_r("./libgit2.git", GIT_DIRREMOVAL_FILES_AND_DIRS); +#endif } |
