Skip to content

Commit

Permalink
drop: Debug tests2.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Apr 11, 2024
1 parent a2e9d04 commit 78adfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/jitsi/jigasi/CallsHandlingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public void testFocusLeftTheRoomWithNoResume()

// Create incoming call
MockCall sipCall = sipProvider.getTelephony().mockIncomingGatewayCall("calee", roomName);

logger.info("faillllllllll2222 maybe");
callStateWatch.waitForState(sipCall, CallState.CALL_ENDED, 2000);

// Now we expect SIP call to be terminated
Expand Down Expand Up @@ -306,7 +306,7 @@ public void testFocusLeftTheRoomWithResume()
MockCall sipCall = sipProvider.getTelephony().mockIncomingGatewayCall("calee", roomName);

callStateWatch.waitForState(sipCall, CallState.CALL_IN_PROGRESS, 2000);
logger.info("faillllllllll maybe");
logger.info("faillllllllll111 maybe");
// Now we expect SIP call to be in progress, but xmpp call ended
callStateWatch.waitForState(focus.getCall(), CallState.CALL_ENDED, 2000);
assertNull(focus.getChatRoom());
Expand Down

0 comments on commit 78adfa6

Please sign in to comment.