Skip to content

Commit dfa0941

Browse files
committed
Update test/MOI_wrapper.jl
1 parent 07826ee commit dfa0941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/MOI_wrapper.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ function test_runtests()
4242
r"test_nonlinear_hs071_no_hessian$",
4343
r"test_nonlinear_hs071_hessian_vector_product$",
4444
r"test_nonlinear_hs071$",
45+
# Require hessian = false in the constructor of MathOptNLPModel
46+
r"test_nonlinear_expression_multivariate_function$",
4547
# FIXME We should look over all attributes set and error
4648
# for unknown ones instead of just getting the ones we know we support
4749
# and ignoring the rest

0 commit comments

Comments
 (0)