Skip to content

Commit

Permalink
Revert long running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-japatel committed Feb 20, 2024
1 parent 2529d72 commit eeb6828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public void basicTest() throws InterruptedException {
}

@Test
@Ignore("Takes too long to run")
public void longRunningTest() throws InterruptedException {
ingestTestUtils.runLongRunningTest(Duration.of(80, ChronoUnit.MINUTES));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public void basicTest() throws InterruptedException {
}

@Test
@Ignore("Takes too long to run")
public void longRunningTest() throws InterruptedException {
ingestTestUtils.runLongRunningTest(Duration.of(80, ChronoUnit.MINUTES));
}
Expand Down

0 comments on commit eeb6828

Please sign in to comment.