We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c11d1 commit 2e2b92aCopy full SHA for 2e2b92a
1 file changed
src/test/java/com/intercom/api/integration/ConversationsTest.java
@@ -44,6 +44,7 @@
44
import org.junit.jupiter.api.AfterEach;
45
import org.junit.jupiter.api.Assertions;
46
import org.junit.jupiter.api.BeforeEach;
47
+import org.junit.jupiter.api.Disabled;
48
import org.junit.jupiter.api.Test;
49
50
public class ConversationsTest {
@@ -339,6 +340,8 @@ public void testClose() {
339
340
}
341
342
@Test
343
+ @Disabled("API spec defines snoozedUntil as integer, but timestamps beyond 2038 overflow int. "
344
+- + "Skipping until spec is updated to use long for Unix timestamps.")
345
public void testSearch() {
346
// act
347
List<SingleFilterSearchRequest> value = new ArrayList<>();
0 commit comments