From a55afc9b3440c05a97e8ef048c9acec4cac89037 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 31 Oct 2024 08:34:13 +1300 Subject: [PATCH] Remove test exclusions that are now passing --- .github/julia/runtests.jl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/julia/runtests.jl b/.github/julia/runtests.jl index e2c0a4e1..1b0a9bcd 100644 --- a/.github/julia/runtests.jl +++ b/.github/julia/runtests.jl @@ -19,7 +19,7 @@ Create a new `AmplNLWriter.Optimizer` object that uses Uno as the backing solver. """ function Optimizer() - options = String["logger=SILENT"] + options = String["logger=INFO"] return AmplNLWriter.Optimizer(Uno_jll.amplexe, options) end @@ -86,14 +86,6 @@ end # The following tests are bugs. # # We should fix issues in Uno, and then try removing these lines. - # - # Variable duals aren't written to .sol - r"^test_conic_linear_VectorOfVariables_2$", - r"^test_linear_integration$", - 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 LOCALLY_SOLVED. r"^test_linear_transform$", # These tests return OTHER_LIMIT instead of DUAL_INFEASIBLE. It