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,8 +233,6 @@ 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." )
238236 public void testSnooze () {
239237 // act
240238 Conversation response = client .conversations ()
@@ -342,6 +340,8 @@ public void testClose() {
342340 }
343341
344342 @ 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