This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 382b671c4 TIKA-4154 -- disable test which causes OOM in github actions
for at least 2x.
382b671c4 is described below
commit 382b671c4c0c93b504a6516fd8de7a8d938963dd
Author: tallison <[email protected]>
AuthorDate: Mon Oct 16 10:40:56 2023 -0400
TIKA-4154 -- disable test which causes OOM in github actions for at least
2x.
---
.../java/org/apache/tika/server/standard/JsonMaxFieldLengthTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/JsonMaxFieldLengthTest.java
b/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/JsonMaxFieldLengthTest.java
index 4dfe230e2..5b7235d7e 100644
---
a/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/JsonMaxFieldLengthTest.java
+++
b/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/JsonMaxFieldLengthTest.java
@@ -30,6 +30,7 @@ import com.fasterxml.jackson.core.StreamReadConstraints;
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;
@@ -41,6 +42,7 @@ import
org.apache.tika.server.core.TikaServerParseExceptionMapper;
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";