Skip to content

Commit

Permalink
Exlude farkas unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Feb 20, 2021
1 parent 4fdcad7 commit 40577c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ import SDPAFamily
"solve_zero_one_with_bounds_1",
"solve_zero_one_with_bounds_2",
"solve_zero_one_with_bounds_3",
# `MOI.UNKNOWN_RESULT_STATUS` instead of `MOI.INFEASIBILITY_CERTIFICATE`
"solve_farkas_interval_lower", "solve_farkas_interval_upper",
"solve_farkas_lessthan", "solve_farkas_greaterthan",
"solve_farkas_variable_lessthan_max", "solve_farkas_variable_lessthan",
"solve_farkas_equalto_upper", "solve_farkas_equalto_lower",
# Underflow results when using Float64
"solve_affine_equalto"]
MOIT.unittest(bridged, config, exclusion_list)
Expand Down

0 comments on commit 40577c2

Please sign in to comment.