Skip to content

Commit 25ef205

Browse files
committed
more unstable from latest ci run
1 parent 7892017 commit 25ef205

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ public void createCallNumberTestNoAnswer() throws InterruptedException, ParseExc
594594
but there will be no answer within the timeout interval (10sec) and Restcomm should cancel the call to alice and disconnect 'george' call
595595
*/
596596
@Test
597-
@Category({FeatureExpTests.class})
597+
@Category({FeatureExpTests.class, UnstableTests.class})
598598
public void createCallNumberTestNoAnswerOnRcml() throws InterruptedException, ParseException {
599599

600600
stubFor(post(urlPathEqualTo("/1111"))

restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/ImsClientsDialAnswerDelayTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
import java.util.Arrays;
6363
import org.junit.experimental.categories.Category;
6464
import org.restcomm.connect.commons.annotations.FeatureAltTests;
65+
import org.restcomm.connect.commons.annotations.FeatureExpTests;
6566
import org.restcomm.connect.commons.annotations.ParallelClassTests;
6667
import org.restcomm.connect.testsuite.NetworkPortAssigner;
6768
import org.restcomm.connect.commons.annotations.UnstableTests;
@@ -417,6 +418,7 @@ public void testWebRTCClientOutgoingAHold() throws SipException, ParseException,
417418
}
418419

419420
@Test
421+
@Category({UnstableTests.class})
420422
public void testWebRTCClientOutgoingBHold() throws SipException, ParseException, InterruptedException, InvalidArgumentException {
421423

422424
logger.info("testWebRTCClientOutgoingBHold");

0 commit comments

Comments
 (0)