This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 4804c3f07b Enable Tika native tests on GitHub CI
4804c3f07b is described below
commit 4804c3f07bc37534fc64892e22ccec1c268c3e39
Author: Lukas Lowinger <[email protected]>
AuthorDate: Thu Aug 7 14:33:20 2025 +0200
Enable Tika native tests on GitHub CI
---
integration-tests/tika/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml
index dd0b8dccac..1db7deb3f5 100644
--- a/integration-tests/tika/pom.xml
+++ b/integration-tests/tika/pom.xml
@@ -30,11 +30,6 @@
<name>Camel Quarkus :: Integration Tests :: Tika</name>
<description>Integration tests for Camel Quarkus Tika
extension</description>
- <properties>
- <!-- Spends too much memory on GH actions
https://github.com/apache/camel-quarkus/issues/3230 -->
- <ci.native.tests.skip>true</ci.native.tests.skip>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>