Skip to content

Commit ba30548

Browse files
committed
skip binpacking in maketestallexamples for now, see #3712
1 parent cd59c26 commit ba30548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/maketestallexamples.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ set -e
1414
EXAMPLES=$(for f in *;do if [[ -d $f ]]; then echo $f;fi; done)
1515
# Sudoku doesn't have a test
1616
EXAMPLES=$(echo "$EXAMPLES" |grep -v Sudoku)
17+
# Binpacking tests are known to fail, #3712
18+
EXAMPLES=$(echo "$EXAMPLES" |grep -v Binpacking)
1719

1820
LPSOLVERS=(spx2)
1921
OPTS=(dbg)

0 commit comments

Comments
 (0)