Skip to content

Commit

Permalink
TIKA-4154 -- disable test which causes OOM in github actions for at l…
Browse files Browse the repository at this point in the history
…east 2x.
  • Loading branch information
tballison committed Oct 16, 2023
1 parent 575298c commit 382b671
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.apache.cxf.jaxrs.JAXRSServerFactoryBean;
import org.apache.cxf.jaxrs.client.WebClient;
import org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;

Expand All @@ -41,6 +42,7 @@
import org.apache.tika.server.core.resource.TikaResource;
import org.apache.tika.server.core.writer.JSONMessageBodyWriter;

@Disabled("this causes an OOM in github actions")
public class JsonMaxFieldLengthTest extends CXFTestBase {

private static final String TIKA_PATH = "/tika";
Expand Down

0 comments on commit 382b671

Please sign in to comment.