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 e0776279fe Reenable Olingo4 native integration tests e0776279fe is described below commit e0776279fe291cf509d1244a8ccacbe46efb6474 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon Jan 9 13:30:02 2023 +0000 Reenable Olingo4 native integration tests --- .../java/org/apache/camel/quarkus/component/olingo4/it/Olingo4IT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4IT.java b/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4IT.java index b96805af13..179c163aab 100644 --- a/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4IT.java +++ b/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4IT.java @@ -17,9 +17,7 @@ package org.apache.camel.quarkus.component.olingo4.it; import io.quarkus.test.junit.QuarkusIntegrationTest; -import org.junit.jupiter.api.Disabled; -@Disabled("https://github.com/apache/camel-quarkus/issues/1972") @QuarkusIntegrationTest class Olingo4IT extends Olingo4Test {