Skip to content

Commit

Permalink
Tag Unstable CallLifeCycle test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gvagenas committed Mar 8, 2018
1 parent 73db760 commit 66608e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -900,7 +900,7 @@ public void testDialClient_CheckVIParameters() throws ParseException, Interrupte

private String dialAliceRcmlWithTimeLimit = "<Response><Dial timeLimit=\"10\"><Client>alice</Client></Dial></Response>";
@Test
@Category(FeatureAltTests.class)
@Category({FeatureAltTests.class, UnstableTests.class})
public void testDialClientAliceWithTimeLimit() throws ParseException, InterruptedException, MalformedURLException {

stubFor(get(urlPathEqualTo("/1111"))
Expand Down

0 comments on commit 66608e1

Please sign in to comment.