File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/intercom/api/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,8 @@ public void testRunAssignmentRules() {
233233 }
234234
235235 @ 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." )
236238 public void testSnooze () {
237239 // act
238240 Conversation response = client .conversations ()
@@ -340,8 +342,6 @@ public void testClose() {
340342 }
341343
342344 @ 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." )
345345 public void testSearch () {
346346 // act
347347 List <SingleFilterSearchRequest > value = new ArrayList <>();
You can’t perform that action at this time.
0 commit comments