Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v9-minor'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Jan 18, 2025
2 parents d86e950 + 821d6f3 commit 195ee3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ macro(add_pairtests pairs prefix)
#
foreach(pair ${${pairs}})
split_pair(pair)
if(NOT ((${basename} STREQUAL "3727.cip") AND (${LPS} STREQUAL "xprs")))
#
# add the test
#
Expand All @@ -661,6 +662,7 @@ macro(add_pairtests pairs prefix)
FAIL_REGULAR_EXPRESSION "ERROR|user parameter file <${PROJECT_SOURCE_DIR}/check/coverage/settings/${setting}.set> not found"
DEPENDS scip-build
)
endif() # LP error 11 from Xpress (but SCIP recovers), #3724
endforeach(pair)
endmacro(add_pairtests)

Expand Down

0 comments on commit 195ee3f

Please sign in to comment.