This is an automated email from the ASF dual-hosted git repository.

ppalaga 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 b462217  Enable Kubernetes extension native tests on CI
b462217 is described below

commit b46221765e2e1fd6e8c6f37f276222ede3c7aa08
Author: James Netherton <[email protected]>
AuthorDate: Wed Aug 25 08:37:33 2021 +0100

    Enable Kubernetes extension native tests on CI
---
 integration-tests/kubernetes/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/integration-tests/kubernetes/pom.xml 
b/integration-tests/kubernetes/pom.xml
index 7f113e0..38adc6b 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -29,11 +29,6 @@
     <name>Camel Quarkus :: Integration Tests :: Kubernetes</name>
     <description>Integration tests for Camel Quarkus Kubernetes 
extension</description>
 
-    <properties>
-        <!-- Takes too long or spends too much memory on GH actions -->
-        <ci.native.tests.skip>true</ci.native.tests.skip>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>

Reply via email to