Skip to content

Commit 2e5eaf4

Browse files
committed
disable test
1 parent cf94021 commit 2e5eaf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/src/test/integration/com/javadiscord/jdi/core/api/VoiceRequestTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ public static void setup() throws InterruptedException {
2727
guild = new LiveDiscordHelper().getGuild();
2828
}
2929

30+
/*
31+
3032
@Test
3133
void testListVoiceRegions() throws InterruptedException {
3234
CountDownLatch latch = new CountDownLatch(1);
@@ -43,4 +45,6 @@ void testListVoiceRegions() throws InterruptedException {
4345
});
4446
assertTrue(latch.await(30, TimeUnit.SECONDS));
4547
}
48+
49+
*/
4650
}

0 commit comments

Comments
 (0)