We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08be839 commit eb49693Copy full SHA for eb49693
test/distributed_exec.jl
@@ -3,6 +3,10 @@
3
using Test, Distributed, Random, Serialization, Sockets
4
import Distributed: launch, manage
5
6
+if haskey(ENV, "CI")
7
+ @test !occursin("stdlib", pathof(Distributed))
8
+end
9
+
10
@test cluster_cookie() isa String
11
12
include(joinpath(Sys.BINDIR, "..", "share", "julia", "test", "testenv.jl"))
0 commit comments