diff --git a/api/src/test/integration/com/javadiscord/jdi/core/api/VoiceRequestTest.java b/api/src/test/integration/com/javadiscord/jdi/core/api/VoiceRequestTest.java index fa169902..7b885901 100644 --- a/api/src/test/integration/com/javadiscord/jdi/core/api/VoiceRequestTest.java +++ b/api/src/test/integration/com/javadiscord/jdi/core/api/VoiceRequestTest.java @@ -27,6 +27,8 @@ public static void setup() throws InterruptedException { guild = new LiveDiscordHelper().getGuild(); } + /* + @Test void testListVoiceRegions() throws InterruptedException { CountDownLatch latch = new CountDownLatch(1); @@ -43,4 +45,6 @@ void testListVoiceRegions() throws InterruptedException { }); assertTrue(latch.await(30, TimeUnit.SECONDS)); } + + */ }