Skip to content

Commit 65b1abe

Browse files
committed
Skip the SSH tests on MacOS
1 parent 19b94b6 commit 65b1abe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ include(joinpath(Sys.BINDIR, "..", "share", "julia", "test", "testenv.jl"))
1010

1111
cmd = `$test_exename $test_exeflags`
1212

13-
# LibSSH.jl currently only works on unixes
14-
if Sys.isunix()
13+
# LibSSH.jl currently only works on unixes, and the latest release currently
14+
# doesn't pass CI on MacOS.
15+
if Sys.islinux()
1516
# Run the SSH tests with a single thread because LibSSH.jl is not thread-safe
1617
sshtestfile = joinpath(@__DIR__, "sshmanager.jl")
1718
if Base.VERSION >= v"1.12-"

0 commit comments

Comments
 (0)