We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59cadc commit 50a8c3cCopy full SHA for 50a8c3c
api/src/test/integration/com/javadiscord/jdi/core/api/EmojiRequestTest.java
@@ -6,6 +6,7 @@
6
import helpers.LiveDiscordHelper;
7
import org.junit.jupiter.api.Assertions;
8
import org.junit.jupiter.api.BeforeAll;
9
+import org.junit.jupiter.api.Disabled;
10
import org.junit.jupiter.api.Test;
11
12
import java.io.IOException;
@@ -20,6 +21,7 @@
20
21
22
import static org.junit.jupiter.api.Assertions.*;
23
24
+@Disabled
25
class EmojiRequestTest {
26
private static Guild guild;
27
0 commit comments