From f174022a2be445d2a5b1ef4357db9fb6366bdf03 Mon Sep 17 00:00:00 2001 From: odow Date: Wed, 30 Oct 2024 11:15:53 +1300 Subject: [PATCH] Add back tests with fixed variables --- .github/julia/runtests.jl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/julia/runtests.jl b/.github/julia/runtests.jl index 4ad060b8..13bd4a76 100644 --- a/.github/julia/runtests.jl +++ b/.github/julia/runtests.jl @@ -87,16 +87,6 @@ end # # We should fix issues in Uno, and then try removing these lines. # - # These tests return OTHER_LIMIT or OTHER_ERROR instead of - # LOCALLY_SOLVED. - r"^test_conic_linear_VectorOfVariables_2$", - r"^test_linear_integration$", - r"^test_linear_transform$", - r"^test_nonlinear_expression_hs109$", - r"^test_quadratic_constraint_GreaterThan$", - r"^test_quadratic_constraint_LessThan$", - r"^test_solve_VariableIndex_ConstraintDual_MAX_SENSE$", - r"^test_solve_VariableIndex_ConstraintDual_MIN_SENSE$", # These tests return OTHER_LIMIT instead of DUAL_INFEASIBLE. It # might be acceptable to leave this as-is, but it would be better to # fix.