Merge pull request #6353 from libgit2/ethomson/flaky_googlesource

tests: skip flaky-ass googlesource tests
This commit is contained in:
Edward Thomson
2022-07-13 23:12:42 -04:00
committed by GitHub

View File

@@ -484,9 +484,13 @@ void test_online_clone__bitbucket_falls_back_to_specified_creds(void)
void test_online_clone__googlesource(void)
{
#ifdef __APPLE__
cl_skip();
#else
cl_git_pass(git_clone(&g_repo, GOOGLESOURCE_REPO_URL, "./foo", &g_options));
git_repository_free(g_repo); g_repo = NULL;
cl_fixture_cleanup("./foo");
#endif
}
static int cancel_at_half(const git_indexer_progress *stats, void *payload)