Skip to content

Commit ccbd072

Browse files
remove redundant test
1 parent cbb3e07 commit ccbd072

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/runtests.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ if GROUP == "All" || GROUP == "Core"
1818
@safetestset "DiffEqFlux" begin include("diffeqfluxtests.jl") end
1919
end
2020

21-
if !is_APPVEYOR && GROUP == "Downstream"
22-
activate_downstream_env()
23-
Pkg.test("DiffEqFlux")
24-
end
25-
2621
if !is_APPVEYOR && GROUP == "GPU"
2722
activate_downstream_env()
2823
@safetestset "DiffEqFlux GPU" begin include("downstream/gpu_neural_ode.jl") end

0 commit comments

Comments
 (0)