Skip to content

Commit 42a2ebe

Browse files
committed
Turn off NEOS test again
1 parent 7ba4117 commit 42a2ebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyomo/neos/tests/test_neos.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ def test_mosek(self):
163163
# [16 Jul 24]: Octeract is erroring. We will disable the interface
164164
# (and testing) until we have time to resolve #3321
165165
# [20 Sep 24]: and appears to have been removed from NEOS
166-
# [24 Apr 25]: appears to be working again
167-
def test_octeract(self):
168-
self._run('octeract')
166+
# [24 Apr 25]: it appears to be there but causes timeouts
167+
# def test_octeract(self):
168+
# self._run('octeract')
169169

170170
def test_ooqp(self):
171171
if self.sense == pyo.maximize:

0 commit comments

Comments
 (0)