Skip to content

Commit 30f38a1

Browse files
committed
Switch skipped test
1 parent 2e2b92a commit 30f38a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/intercom/api/integration/ConversationsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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<>();

0 commit comments

Comments
 (0)