We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a2ebe commit e5c6e47Copy full SHA for e5c6e47
pyomo/neos/tests/test_neos.py
@@ -164,8 +164,9 @@ def test_mosek(self):
164
# (and testing) until we have time to resolve #3321
165
# [20 Sep 24]: and appears to have been removed from NEOS
166
# [24 Apr 25]: it appears to be there but causes timeouts
167
- # def test_octeract(self):
168
- # self._run('octeract')
+ def test_octeract(self):
+ pass
169
+ # self._run('octeract')
170
171
def test_ooqp(self):
172
if self.sense == pyo.maximize:
0 commit comments