Skip to content

Commit

Permalink
Fix typo in test driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Nov 21, 2024
1 parent 8e3032f commit 37c97c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/neos/tests/test_neos.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_ooqp(self):
def test_path(self):
# The simple tests aren't complementarity
# problems
self.skip("The simple NEOS test is not a complementarity problem")
self.skipTest("The simple NEOS test is not a complementarity problem")

def test_snopt(self):
self._run('snopt')
Expand Down

0 comments on commit 37c97c8

Please sign in to comment.