You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/15 09:42:47 UTC

[camel] branch master updated: Ignore the CamelScript OSGi ITests for the moment

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 57e88f2  Ignore the CamelScript OSGi ITests for the moment
57e88f2 is described below

commit 57e88f2996a9d74b6fbecf57ff64ed71aa317c07
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 15 10:42:17 2019 +0100

    Ignore the CamelScript OSGi ITests for the moment
---
 .../src/test/java/org/apache/camel/itest/karaf/CamelScriptTest.java     | 2 ++
 .../src/test/java/org/apache/camel/itest/CamelGroovyTest.java           | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelScriptTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelScriptTest.java
index 74b1f9f..3efd12c 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelScriptTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelScriptTest.java
@@ -16,10 +16,12 @@
  */
 package org.apache.camel.itest.karaf;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.junit.PaxExam;
 
+@Ignore
 @RunWith(PaxExam.class)
 public class CamelScriptTest extends BaseKarafTest {
 
diff --git a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelGroovyTest.java b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelGroovyTest.java
index 30a73cf..acb6dd7 100644
--- a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelGroovyTest.java
+++ b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelGroovyTest.java
@@ -23,12 +23,14 @@ import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.karaf.AbstractFeatureTest;
 import org.apache.camel.test.karaf.CamelKarafTestSupport;
 import org.apache.camel.util.ObjectHelper;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
 import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.junit.PaxExam;
 
+@Ignore
 @RunWith(PaxExam.class)
 public class CamelGroovyTest extends AbstractFeatureTest {