Skip to content

Commit b897a6b

Browse files
committed
Don't run Nesting and Multiarch on macOS
1 parent 033a8e3 commit b897a6b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/runtests.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ include("SandboxConfig.jl")
4545
include("UserNamespaces.jl")
4646
include("Docker.jl")
4747
include("Sandbox.jl")
48-
include("Nesting.jl")
49-
include("Multiarch.jl")
48+
49+
if Sys.islinux()
50+
include("Nesting.jl")
51+
include("Multiarch.jl")
52+
end

0 commit comments

Comments
 (0)