Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweisz committed Oct 4, 2024
1 parent cf94021 commit 2e5eaf4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public static void setup() throws InterruptedException {
guild = new LiveDiscordHelper().getGuild();
}

/*
@Test
void testListVoiceRegions() throws InterruptedException {
CountDownLatch latch = new CountDownLatch(1);
Expand All @@ -43,4 +45,6 @@ void testListVoiceRegions() throws InterruptedException {
});
assertTrue(latch.await(30, TimeUnit.SECONDS));
}
*/
}

0 comments on commit 2e5eaf4

Please sign in to comment.