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.