Skip to content

Commit 7aaf818

Browse files
committed
test in CI lalala
1 parent 79efdf5 commit 7aaf818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pulp/tests/test_gurobipy_env.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def test_multiple_solves(self):
9999
solver2.close()
100100
check_dummy_env()
101101

102+
# @unittest.skip("Skipping test_leak ")
102103
def test_leak(self):
103104
"""
104105
Check that we cannot initialise environments after a memory leak. On a
@@ -116,4 +117,4 @@ def test_leak(self):
116117

117118
prob2 = generate_lp()
118119
prob2.solve(solver2)
119-
self.assertRaises(gp.GurobiError, check_dummy_env)
120+
self.assertRaises(gp.GurobiError, check_dummy_env, f"{solver.env}")

0 commit comments

Comments
 (0)