We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2b92a commit 30f38a1Copy full SHA for 30f38a1
1 file changed
src/test/java/com/intercom/api/integration/ConversationsTest.java
@@ -233,6 +233,8 @@ public void testRunAssignmentRules() {
233
}
234
235
@Test
236
+ @Disabled("API spec defines snoozedUntil as integer, but timestamps beyond 2038 overflow int. "
237
+ + "Skipping until spec is updated to use long for Unix timestamps.")
238
public void testSnooze() {
239
// act
240
Conversation response = client.conversations()
@@ -340,8 +342,6 @@ public void testClose() {
340
342
341
343
344
- @Disabled("API spec defines snoozedUntil as integer, but timestamps beyond 2038 overflow int. "
-- + "Skipping until spec is updated to use long for Unix timestamps.")
345
public void testSearch() {
346
347
List<SingleFilterSearchRequest> value = new ArrayList<>();
0 commit comments