Commit da73fb70 by Ben Straub

Disable long-running test.

parent 3c4b008c
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment