This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 792ddb7 Reenable Olingo4 integration test
792ddb7 is described below
commit 792ddb7a43a1034e7c07a2c808fcebe029f661c5
Author: James Netherton <[email protected]>
AuthorDate: Mon Nov 2 07:21:29 2020 +0000
Reenable Olingo4 integration test
Fixes #1972
---
.../java/org/apache/camel/quarkus/component/olingo4/it/Olingo4Test.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4Test.java
b/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4Test.java
index bc71d5c..dcd89b6 100644
---
a/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4Test.java
+++
b/integration-tests/olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/Olingo4Test.java
@@ -31,13 +31,11 @@ import org.apache.http.protocol.BasicHttpContext;
import org.apache.http.protocol.HttpContext;
import org.apache.http.protocol.HttpCoreContext;
import org.junit.jupiter.api.BeforeAll;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static
org.apache.camel.quarkus.component.olingo4.it.Olingo4Resource.TEST_SERVICE_BASE_URL;
import static org.hamcrest.core.Is.is;
-@Disabled("https://github.com/apache/camel-quarkus/issues/1972")
@QuarkusTest
@QuarkusTestResource(TrustStoreResource.class)
class Olingo4Test {