Skip to content

Commit

Permalink
Revert "Disable testMessageQueue due to unstability"
Browse files Browse the repository at this point in the history
This reverts commit 874eb5c.
  • Loading branch information
bear101 committed Feb 11, 2024
1 parent 08922de commit c058e4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Library/TeamTalkJNI/test/dk/bearware/TeamTalkTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -2069,8 +2069,7 @@ public void bug_test18_ViewAllUsers() throws InterruptedException {
ttclient.getMyUserID(), Subscription.SUBSCRIBE_VOICE), DEF_WAIT));
}

// This test is unstable: java.lang.AssertionError: Internal error"
// @Test
@Test
public void testMessageQueue() throws InterruptedException {

String USERNAME = "tt_test", PASSWORD = "tt_test", NICKNAME = "jUnit - "
Expand Down

0 comments on commit c058e4b

Please sign in to comment.