Skip to content

Commit 6c321fa

Browse files
Update runtests.jl
1 parent bec8539 commit 6c321fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ end
7272
@time @safetestset "Unwrapping" include("downstream/unwrapping.jl")
7373
@time @safetestset "Callback BigFloats" include("downstream/bigfloat_events.jl")
7474
@time @safetestset "DE stats" include("downstream/stats_tests.jl")
75-
@time @safetestset "Ensemble AD Tests" include("downstream/ensemble_ad.jl")
75+
isempty(VERSION.prerelease) && @time @safetestset "Ensemble AD Tests" include("downstream/ensemble_ad.jl")
7676
@time @safetestset "Community Callback Tests" include("downstream/community_callback_tests.jl")
7777
@time @safetestset "AD via ode with complex numbers" include("downstream/complex_number_ad.jl")
7878
@time @testset "Distributed Ensemble Tests" include("downstream/distributed_ensemble.jl")

0 commit comments

Comments
 (0)