Skip to content

Commit

Permalink
Exclude more
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 12, 2023
1 parent e651c3b commit 9b670ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,14 @@ function test_runtests()
r"test_model_UpperBoundAlreadySet$",
r"test_model_delete$",
r"test_modification_affine_deletion_edge_cases$",
# Surprise! Got a quadratic function!
# Surprise! Got a quadratic function!, needs https://github.com/sburer/sdplr/pull/2
r"test_constraint_ScalarAffineFunction_GreaterThan$",
r"test_constraint_ScalarAffineFunction_EqualTo$",
r"test_constraint_ScalarAffineFunction_Interval$",
r"test_linear_LessThan_and_GreaterThan$",
r"test_linear_modify_GreaterThan_and_LessThan_constraints$",
r"test_modification_const_vectoraffine_zeros$",
r"test_linear_VectorAffineFunction$",
],
)
return
Expand Down

0 comments on commit 9b670ec

Please sign in to comment.