Skip to content

Commit

Permalink
Temporarily disable SSH tests until we can get them working on buildbots
Browse files Browse the repository at this point in the history
ref #17651 (comment)

(cherry picked from commit 8f06a6c)
[av skip]
  • Loading branch information
tkelman committed Sep 7, 2016
1 parent e3d3b3a commit 97539c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/libgit2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ mktempdir() do dir
@test creds.pass == creds_pass
#end

#@testset "SSH" begin
#= temporarily disabled until working on the buildbots, ref https://github.com/JuliaLang/julia/pull/17651#issuecomment-238211150
sshd_command = ""
ssh_repo = joinpath(dir, "Example.SSH")
if !is_windows()
Expand Down Expand Up @@ -793,7 +793,7 @@ mktempdir() do dir
end
end
end
#end
=#
end

#end

0 comments on commit 97539c6

Please sign in to comment.