Skip to content

Commit b53637f

Browse files
committed
Add a knob to disable pesky early_cancel_lost100 test, it's finicky
on some architectures under emulation.
1 parent 4503dbc commit b53637f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

functions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ then
109109
TEST_SET="${TEST_SET},inv_brkn1"
110110
fi
111111

112-
#if [ "${MM_TYPE}" != "opensips" -o "${MM_BRANCH}" = "1.11" ]
113-
#then
114-
TEST_SET="${TEST_SET},early_cancel_lost100"
115-
#fi
112+
if [ -z "${NO_early_cancel_lost100}" ]
113+
then
114+
TEST_SET="${TEST_SET},early_cancel_lost100"
115+
fi
116116

117117
#if [ "${MM_TYPE}" = "kamailio" ]
118118
#then

0 commit comments

Comments
 (0)