Skip to content

Commit

Permalink
remove skip test mathopt highs
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa authored and Mizux committed Oct 22, 2024
1 parent 5a60725 commit bba6bbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ortools/math_opt/solver_tests/status_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ TEST_P(StatusTest, PrimalAndDualInfeasible) {
<< "Ignoring this test as GLPK gets stuck in presolve for IP's "
"with a primal-dual infeasible LP relaxation.";
}
if (GetParam().solver_type == SolverType::kHighs) {
TEST_SKIP() << "Ignoring this test as Highs 1.7+ returns error.";
}

Model model;
const Variable x1 =
Expand Down

0 comments on commit bba6bbb

Please sign in to comment.