Skip to content

Commit

Permalink
Merge pull request #806 from scipopt/skip_incomplete_test
Browse files Browse the repository at this point in the history
Skip incomplete test
  • Loading branch information
ju-manns authored Mar 5, 2024
2 parents 9ba0657 + 01a6715 commit 4e00611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_branch_incomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from pyscipopt import Model, Branchrule, SCIP_PARAMSETTING


@pytest.mark.skip(reason="fix later")
def test_incomplete_branchrule():
class IncompleteBranchrule(Branchrule):
pass
Expand Down

0 comments on commit 4e00611

Please sign in to comment.