Skip to content

Commit 4e00611

Browse files
authored
Merge pull request #806 from scipopt/skip_incomplete_test
Skip incomplete test
2 parents 9ba0657 + 01a6715 commit 4e00611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_branch_incomplete.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from pyscipopt import Model, Branchrule, SCIP_PARAMSETTING
44

5-
5+
@pytest.mark.skip(reason="fix later")
66
def test_incomplete_branchrule():
77
class IncompleteBranchrule(Branchrule):
88
pass

0 commit comments

Comments
 (0)