Skip to content

Commit 1a4e1b4

Browse files
authored
Comment out specific problems in runtests.jl
Comment out excluded problems in runtests.jl
1 parent e64bed4 commit 1a4e1b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/runtests.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ problems_to_exclude = [
3131
# :cart_pendulum, # no need to remove here since already removed in OptimalControlProblems.jl
3232
# :dielectrophoretic_particle, # no need to remove here since already removed in OptimalControlProblems.jl
3333
# :moonlander, # no need to remove here since already removed in OptimalControlProblems.jl
34-
:ducted_fan,
35-
:insurance,
36-
:robot,
37-
:space_shuttle,
38-
:steering,
34+
# :ducted_fan,
35+
# :insurance,
36+
# :robot,
37+
# :space_shuttle,
38+
# :steering,
3939
]
4040
list_of_problems = setdiff(list_of_problems, problems_to_exclude)
4141

0 commit comments

Comments
 (0)