Skip to content

Commit e5c6e47

Browse files
committed
Turn 'on' test but it just skips
1 parent 42a2ebe commit e5c6e47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyomo/neos/tests/test_neos.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ def test_mosek(self):
164164
# (and testing) until we have time to resolve #3321
165165
# [20 Sep 24]: and appears to have been removed from NEOS
166166
# [24 Apr 25]: it appears to be there but causes timeouts
167-
# def test_octeract(self):
168-
# self._run('octeract')
167+
def test_octeract(self):
168+
pass
169+
# self._run('octeract')
169170

170171
def test_ooqp(self):
171172
if self.sense == pyo.maximize:

0 commit comments

Comments
 (0)