We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f38a1 commit 67b1ba1Copy full SHA for 67b1ba1
1 file changed
src/test/java/com/intercom/api/integration/ConversationsTest.java
@@ -233,8 +233,6 @@ 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()
@@ -342,6 +340,8 @@ public void testClose() {
342
340
343
341
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