Skip to content

Commit

Permalink
TIKA-4154 -- clean up unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 14, 2023
1 parent e389afb commit bef823d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ protected InputStream getTikaConfigInputStream() {
@Test
public void testLargeJson(@TempDir Path dir) throws Exception {
//TIKA-4154
TikaConfig tikaConfig = null;
try (InputStream is =
JsonMetadata.class.getResourceAsStream("/config/tika-config-json.xml")) {
tikaConfig = new TikaConfig(is);
}

StringBuilder sb = new StringBuilder();
for (int i = 0; i < 30000000; i++) {
sb.append("v");
Expand Down

0 comments on commit bef823d

Please sign in to comment.