Skip to content

Commit b9aed59

Browse files
committed
remove tests that are already in InterfaceI
1 parent e4b7122 commit b9aed59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ if GROUP == "Core" || GROUP == "All"
2020
@time @safetestset "Hessian colorvecs" begin include("test_sparse_hessian.jl") end
2121
@time @safetestset "Integration test" begin include("test_integration.jl") end
2222
@time @safetestset "Special matrices" begin include("test_specialmatrices.jl") end
23-
@time @safetestset "Jac Vecs and Hes Vecs" begin include("test_jaches_products.jl") end
24-
@time @safetestset "Vec Jac Products" begin include("test_vecjac_products.jl") end
2523
@time @safetestset "AD using colorvec vector" begin include("test_ad.jl") end
2624
end
2725

0 commit comments

Comments
 (0)