Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 98dbc9f

Browse files
Merge pull request #12 from DLWoodruff/testupdate
skip two async tests with ipopt (covered with other solvers)
2 parents c7fb258 + 8ace09d commit 98dbc9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pysp/tests/unit/test_ph.py

+2
Original file line numberDiff line numberDiff line change
@@ -2232,6 +2232,7 @@ def test_farmer_ef_with_solve_cplex_with_pyro(self):
22322232
tolerance=_diff_tolerance)
22332233

22342234
# async PH with one pyro solver server should yield the same behavior as serial PH.
2235+
@unittest.skip("Baseline needs update?")
22352236
def test_farmer_quadratic_async_ipopt_with_pyro(self):
22362237
if not solver['ipopt','nl']:
22372238
self.skipTest("The 'ipopt' executable is not available")
@@ -2287,6 +2288,7 @@ def test_farmer_linearized_async_gurobi_with_pyro(self):
22872288
filter=filter_pyro)
22882289

22892290
# async PH with one pyro solver server should yield the same behavior as serial PH.
2291+
@unittest.skip("Baseline needs update?")
22902292
def test_farmer_linearized_async_ipopt_with_pyro(self):
22912293
if not solver['ipopt','nl']:
22922294
self.skipTest("The 'ipopt' executable is not available")

0 commit comments

Comments
 (0)