Skip to content

Commit

Permalink
disable NLP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Oct 24, 2018
1 parent f073987 commit bde9eb2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/mpb_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ include(joinpath(testdir, "quadprog.jl"))
# qpdualtest(solver)
socptest(solver)

include(joinpath(testdir, "nlp.jl"))
nlptest(solver)
nlptest_nohessian(solver)
convexnlptest(solver)
rosenbrocktest(solver)
## can't use tests based on NLP evalutors (only expr graphs)
# include(joinpath(testdir, "nlp.jl"))
# nlptest(solver)
# nlptest_nohessian(solver)
# convexnlptest(solver)
# rosenbrocktest(solver)

include(joinpath(testdir, "linproginterface.jl"))
linprogsolvertest(solver)
Expand Down

0 comments on commit bde9eb2

Please sign in to comment.