Skip to content

Commit

Permalink
Fix for Recording test case
Browse files Browse the repository at this point in the history
This refer to BS-156
  • Loading branch information
gvagenas committed Jun 27, 2018
1 parent b5fa7d5 commit 9a9e1c6
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -41,6 +41,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.FixMethodOrder;
Expand Down Expand Up @@ -352,7 +353,7 @@ public synchronized void testDialClientAlice_AliceDisconnects() throws Interrupt
verify(1, putRequestedFor(urlMatching("/s3/.*")));
}

@Test
@Test @Ignore //The code we used to support old DB schema was removed - George 26/06/2018
public void testGetRecordingWithOldS3Url() {
String callSid = "CA2d3f6354e75e46b3ac76f534129ff511";
DateTimeFormatter formatter = DateTimeFormat.forPattern("yyyy-MM-dd HH:mm:ss.SSSSSS");
Expand Down

0 comments on commit 9a9e1c6

Please sign in to comment.