|
57 | 57 | import org.restcomm.connect.commons.annotations.ParallelClassTests; |
58 | 58 | import org.restcomm.connect.commons.annotations.WithInMinsTests; |
59 | 59 | import org.restcomm.connect.testsuite.NetworkPortAssigner; |
60 | | -import org.restcomm.connect.commons.annotations.UnstableTests; |
61 | 60 | import org.restcomm.connect.testsuite.WebArchiveUtil; |
62 | 61 |
|
63 | 62 | /** |
@@ -253,7 +252,6 @@ public synchronized void testDialClientAliceToBigDID() throws InterruptedExcepti |
253 | 252 | "\t\t\t<Sms to=\"bob\" from=\"+12223334499\">Hello World!</Sms>\n" + |
254 | 253 | "</Response>"; |
255 | 254 | @Test |
256 | | - @Category(UnstableTests.class) |
257 | 255 | public synchronized void testDialClientAliceWithRecord() throws InterruptedException, ParseException { |
258 | 256 | stubFor(get(urlPathEqualTo("/1111")) |
259 | 257 | .willReturn(aResponse() |
@@ -325,7 +323,6 @@ public synchronized void testDialClientAliceWithRecord() throws InterruptedExcep |
325 | 323 | } |
326 | 324 |
|
327 | 325 | @Test |
328 | | - @Category(UnstableTests.class) |
329 | 326 | public synchronized void testDialClientAliceWithRecord2() throws InterruptedException, ParseException { |
330 | 327 | stubFor(get(urlPathEqualTo("/1111")) |
331 | 328 | .willReturn(aResponse() |
@@ -507,7 +504,7 @@ public synchronized void testDialConferenceWithDialActionNoRcml() throws Interru |
507 | 504 | "<Sms to=\"bob\" from=\"+12223334499\">Hello World!</Sms></Response>"; |
508 | 505 | private String dialConferenceNoDialActionRcml = "<Response><Dial><Conference>test</Conference></Dial></Response>"; |
509 | 506 | @Test |
510 | | - @Category({UnstableTests.class, FeatureAltTests.class}) |
| 507 | + @Category(FeatureAltTests.class) |
511 | 508 | public synchronized void testDialConferenceNoDialAction_SendSms() throws InterruptedException, ParseException { |
512 | 509 | stubFor(get(urlPathEqualTo("/1111")) |
513 | 510 | .willReturn(aResponse() |
@@ -706,7 +703,7 @@ public synchronized void testDialClientAliceWithRecordAndStatusCallbackForApp() |
706 | 703 | } |
707 | 704 |
|
708 | 705 | @Test //Test case for issue 320 |
709 | | - @Category({UnstableTests.class,FeatureAltTests.class}) |
| 706 | + @Category({FeatureAltTests.class}) |
710 | 707 | public synchronized void testDialClientAliceWithRecordAndStatusCallbackForAppForThreeCalls() throws InterruptedException, ParseException, MalformedURLException { |
711 | 708 | stubFor(get(urlPathEqualTo("/1111")) |
712 | 709 | .willReturn(aResponse() |
@@ -1002,7 +999,6 @@ public synchronized void testRecordWithActionAndStatusCallbackForAppWithDisconne |
1002 | 999 | } |
1003 | 1000 |
|
1004 | 1001 | @Test |
1005 | | - @Category(UnstableTests.class) |
1006 | 1002 | //Test case for github issue 859 |
1007 | 1003 | public synchronized void testRecordWithActionAndStatusCallbackForAppWithBobSendsFinishKey() throws InterruptedException, ParseException { |
1008 | 1004 | stubFor(get(urlPathEqualTo("/1111")) |
@@ -1537,7 +1533,6 @@ public synchronized void testDialNumberRejectBusyRcml() throws InterruptedExcept |
1537 | 1533 |
|
1538 | 1534 | private String hangupActionRcml = "<Response><Hangup /></Response>"; |
1539 | 1535 |
|
1540 | | - @Category(UnstableTests.class) |
1541 | 1536 | @Test // (customised from testDialClientAliceWithRecordAndStatusCallbackForApp) |
1542 | 1537 | public synchronized void testDialClientAliceWithActionAndStatusCallbackForApp() throws InterruptedException, ParseException { |
1543 | 1538 | stubFor(get(urlPathEqualTo("/1111")) |
|
0 commit comments