Skip to content

Commit 2f86cde

Browse files
committed
skip concurrent/egout on tny with any LP solver
- timeout/deadlock has been observed with LPS=cpx, too
1 parent 7d28b34 commit 2f86cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ if(NOT ${TPI} STREQUAL "none")
834834
# configure the batch file for this test by substituting placeholders in the in.file
835835
#
836836
configure_file(interactiveshell/concurrentsolve.bat.in interactiveshell/concurrentsolve-${basename}.bat)
837-
if(NOT ((${basename} STREQUAL "egout.mps") AND (${LPS} STREQUAL "spx") AND (${TPI} STREQUAL "tny")))
837+
if(NOT ((${basename} STREQUAL "egout.mps") AND (${TPI} STREQUAL "tny")))
838838
add_test(NAME MIP-concurrentsolve-${basename}
839839
COMMAND $<TARGET_FILE:scip> -b ${PROJECT_BINARY_DIR}/check/interactiveshell/concurrentsolve-${basename}.bat
840840
)

0 commit comments

Comments
 (0)