We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46ce10f + cbd5319 commit ac0f224Copy full SHA for ac0f224
tests/libgit2/online/clone.c
@@ -484,9 +484,13 @@ void test_online_clone__bitbucket_falls_back_to_specified_creds(void)
484
485
void test_online_clone__googlesource(void)
486
{
487
+#ifdef __APPLE__
488
+ cl_skip();
489
+#else
490
cl_git_pass(git_clone(&g_repo, GOOGLESOURCE_REPO_URL, "./foo", &g_options));
491
git_repository_free(g_repo); g_repo = NULL;
492
cl_fixture_cleanup("./foo");
493
+#endif
494
}
495
496
static int cancel_at_half(const git_indexer_progress *stats, void *payload)
0 commit comments