Skip to content

Commit b4481dc

Browse files
test: move SciML Problem Input Test to SII set, uncomment testset
1 parent 2b23652 commit b4481dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ end
4343
@safetestset "PDE Construction Test" include("pde.jl")
4444
@safetestset "JumpSystem Test" include("jumpsystem.jl")
4545
@safetestset "Constraints Test" include("constraints.jl")
46-
@safetestset "SciML Problem Input Test" include("sciml_problem_inputs.jl")
4746
@safetestset "Reduction Test" include("reduction.jl")
4847
@safetestset "Split Parameters Test" include("split_parameters.jl")
4948
@safetestset "StaticArrays Test" include("static_arrays.jl")
@@ -78,7 +77,8 @@ end
7877
end
7978

8079
if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "SymbolicIndexingInterface"
81-
# @safetestset "SymbolicIndexingInterface test" include("symbolic_indexing_interface.jl")
80+
@safetestset "SymbolicIndexingInterface test" include("symbolic_indexing_interface.jl")
81+
@safetestset "SciML Problem Input Test" include("sciml_problem_inputs.jl")
8282
@safetestset "MTKParameters Test" include("mtkparameters.jl")
8383
end
8484

0 commit comments

Comments
 (0)