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 committed Oct 21, 2024
1 parent d5f005e commit 0cf8ff8
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 0cf8ff8

Please sign in to comment.