Skip to content

Commit 62b8013

Browse files
committed
clone: Remove whitespace ssh test
Will add later when infrastructure is configured
1 parent b15e7f2 commit 62b8013

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/online/clone.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -869,18 +869,3 @@ void test_online_clone__path_whitespace(void)
869869
cl_git_pass(git_clone(&g_repo, "https://libgit2@dev.azure.com/libgit2/test/_git/spaces%20in%20the%20name", "./foo", &g_options));
870870
cl_assert(git_path_exists("./foo/master.txt"));
871871
}
872-
873-
void test_online_clone__path_whitespace_ssh(void)
874-
{
875-
#ifndef GIT_SSH
876-
clar__skip();
877-
#endif
878-
879-
if (!_remote_ssh_privkey)
880-
clar__skip();
881-
882-
g_options.fetch_opts.callbacks.credentials = cred_cb;
883-
g_options.fetch_opts.callbacks.certificate_check = NULL;
884-
cl_git_pass(git_clone(&g_repo, "ssh://git@ssh.dev.azure.com/v3/libgit2/test/spaces%20in%20the%20name", "./foo", &g_options));
885-
cl_assert(git_path_exists("./foo/master.txt"));
886-
}

0 commit comments

Comments
 (0)