Skip to content

Commit 23c329e

Browse files
authored
Merge pull request #96 from JuliaParallel/vc/testset
Prevent timeout on travis
2 parents 1831ec6 + 24a0d5e commit 23c329e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/runtests.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ using StatsBase # for fit(Histogram, ...)
2121

2222
@everywhere srand(1234 + myid())
2323

24-
@testset "DArray tests" begin
25-
include("darray.jl")
26-
end
24+
include("darray.jl")

0 commit comments

Comments
 (0)