diff --git a/watertap/core/plugins/tests/test_solvers.py b/watertap/core/plugins/tests/test_solvers.py index 33b466298c..abcb5588dd 100644 --- a/watertap/core/plugins/tests/test_solvers.py +++ b/watertap/core/plugins/tests/test_solvers.py @@ -233,9 +233,6 @@ def test_default_bound_relax_small(self, m2, s): ) @pytest.mark.unit - @pytest.mark.xfail( - reason="Needs https://github.com/Pyomo/pyomo/pull/3295", strict=True - ) @pytest.mark.skipif( not pyo.SolverFactory("cyipopt").available(exception_flag=False), reason="cyipopt not available",