Skip to content

Commit ce35144

Browse files
committed
more unstable from latest ci run
1 parent 44c03a6 commit ce35144

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/provisioning/number/bandwidth/BandwidthIncomingPhoneNumbersEndpointTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
import static com.github.tomakehurst.wiremock.client.WireMock.*;
5151
import static junit.framework.Assert.assertEquals;
5252
import static org.junit.Assert.assertTrue;
53+
import org.junit.experimental.categories.Category;
54+
import org.restcomm.connect.commons.annotations.UnstableTests;
5355

5456
/**
5557
* Created by sbarstow on 10/14/14.
@@ -76,6 +78,7 @@ public class BandwidthIncomingPhoneNumbersEndpointTest {
7678
private static JsonObject jsonRespone;
7779

7880
@Test
81+
@Category(value={UnstableTests.class})
7982
public void testBuyNumber() {
8083
String ordersUrl = "/v1.0/accounts/12345/orders.*";
8184
stubFor(post(urlMatching(ordersUrl))
@@ -113,6 +116,7 @@ public void testBuyNumber() {
113116
}
114117

115118
@Test
119+
@Category(value={UnstableTests.class})
116120
public void testCancelNumber() {
117121
String ordersUrl = "/v1.0/accounts/12345/orders.*";
118122
stubFor(post(urlMatching(ordersUrl))

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
import com.google.gson.JsonArray;
6060
import com.google.gson.JsonObject;
6161
import org.junit.experimental.categories.Category;
62-
import org.restcomm.connect.commons.annotations.SequentialClassTests;
63-
import org.restcomm.connect.commons.annotations.WithInMinsTests;
62+
import org.restcomm.connect.commons.annotations.UnstableTests;
6463
import org.restcomm.connect.testsuite.tools.MonitoringServiceTool;
6564

6665
/**
@@ -167,6 +166,7 @@ public void after() throws Exception {
167166
}
168167

169168
@Test
169+
@Category(value={UnstableTests.class})
170170
public void testRegisterClients() throws ParseException, InterruptedException {
171171

172172
assertNotNull(mariaRestcommClientSid);
@@ -186,6 +186,7 @@ public void testRegisterClients() throws ParseException, InterruptedException {
186186
}
187187

188188
@Test
189+
@Category(value={UnstableTests.class})
189190
public void testRegisterClientAndRemoveItAfterNoResponseToOptions() throws ParseException, InterruptedException, SipException, InvalidArgumentException, IOException {
190191
assertNotNull(georgeRestcommClientSid);
191192
SipURI uri = georgeSipStack.getAddressFactory().createSipURI(null, "127.0.0.1:5080");
@@ -210,6 +211,7 @@ public void testRegisterClientAndRemoveItAfterNoResponseToOptions() throws Parse
210211

211212

212213
@Test
214+
@Category(value={UnstableTests.class})
213215
public void testGeorgeCallMaria() throws ParseException, InterruptedException {
214216

215217
assertNotNull(mariaRestcommClientSid);

0 commit comments

Comments
 (0)