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
  • Loading branch information
tkelman committed Aug 11, 2016
1 parent eb2f488 commit 8f06a6c
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 @@ -571,7 +571,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 @@ -743,7 +743,7 @@ mktempdir() do dir
end
end
end
#end
=#
end

#end

2 comments on commit 8f06a6c

@tkelman
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runbenchmarks(ALL, vs = "@0030eec2f332f353e6890ca289ac2aca55532dde")

(partway through the backport list, 8f06a6c vs 0.5.0-rc0)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels

Please sign in to comment.