Skip to content

Commit cbd5319

Browse files
committed
tests: skip flaky-ass googlesource tests
1 parent 21b70f0 commit cbd5319

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/libgit2/online/clone.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,13 @@ void test_online_clone__bitbucket_falls_back_to_specified_creds(void)
484484

485485
void test_online_clone__googlesource(void)
486486
{
487+
#ifdef __APPLE__
488+
cl_skip();
489+
#else
487490
cl_git_pass(git_clone(&g_repo, GOOGLESOURCE_REPO_URL, "./foo", &g_options));
488491
git_repository_free(g_repo); g_repo = NULL;
489492
cl_fixture_cleanup("./foo");
493+
#endif
490494
}
491495

492496
static int cancel_at_half(const git_indexer_progress *stats, void *payload)

0 commit comments

Comments
 (0)