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

aledsage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new c73507a  Disables paxexam tests as they are fail in certain 
environments
     new 0bc17e1  This closes #153
c73507a is described below

commit c73507a727b7cf5b83ac7185ecee7d1a6374f784
Author: Martin Harris <martin.har...@cloudsoftcorp.com>
AuthorDate: Mon Jan 27 10:16:35 2020 +0000

    Disables paxexam tests as they are fail in certain environments
---
 karaf/itest/src/test/java/org/apache/brooklyn/AssemblyTest.java     | 2 ++
 .../core/dsl/external/ExternalConfigBrooklynPropertiesOsgiTest.java | 6 ++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/karaf/itest/src/test/java/org/apache/brooklyn/AssemblyTest.java 
b/karaf/itest/src/test/java/org/apache/brooklyn/AssemblyTest.java
index 14ec1d2..b54459e 100644
--- a/karaf/itest/src/test/java/org/apache/brooklyn/AssemblyTest.java
+++ b/karaf/itest/src/test/java/org/apache/brooklyn/AssemblyTest.java
@@ -26,6 +26,7 @@ import javax.inject.Inject;
 
 import org.apache.karaf.features.BootFinished;
 import org.apache.karaf.features.FeaturesService;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
@@ -41,6 +42,7 @@ import org.osgi.framework.BundleContext;
  * 
  * Keeping it a non-integration test so we have at least a basic OSGi sanity 
check. (takes 14 sec)
  */
+@Ignore // See Thread at 
https://lists.apache.org/thread.html/rc4c563e1d320164b75a52581e65ff9c5888917153d3241865ec94a38%40%3Cdev.brooklyn.apache.org%3E
 @RunWith(PaxExam.class)
 @ExamReactorStrategy(PerClass.class)
 public class AssemblyTest {
diff --git 
a/karaf/itest/src/test/java/org/apache/brooklyn/core/dsl/external/ExternalConfigBrooklynPropertiesOsgiTest.java
 
b/karaf/itest/src/test/java/org/apache/brooklyn/core/dsl/external/ExternalConfigBrooklynPropertiesOsgiTest.java
index 7776d96..c815fcc 100644
--- 
a/karaf/itest/src/test/java/org/apache/brooklyn/core/dsl/external/ExternalConfigBrooklynPropertiesOsgiTest.java
+++ 
b/karaf/itest/src/test/java/org/apache/brooklyn/core/dsl/external/ExternalConfigBrooklynPropertiesOsgiTest.java
@@ -38,10 +38,7 @@ import org.apache.brooklyn.util.guava.Maybe;
 import org.apache.brooklyn.util.osgi.OsgiTestResources;
 import org.apache.karaf.features.BootFinished;
 import org.apache.karaf.features.FeaturesService;
-import org.junit.Assert;
-import org.junit.Assume;
-import org.junit.Before;
-import org.junit.Test;
+import org.junit.*;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
 import org.ops4j.pax.exam.Option;
@@ -52,6 +49,7 @@ import org.ops4j.pax.exam.util.Filter;
 import org.osgi.framework.Bundle;
 import org.osgi.service.cm.ConfigurationAdmin;
 
+@Ignore // See Thread at 
https://lists.apache.org/thread.html/rc4c563e1d320164b75a52581e65ff9c5888917153d3241865ec94a38%40%3Cdev.brooklyn.apache.org%3E
 @RunWith(PaxExam.class)
 @ExamReactorStrategy(PerMethod.class)
 public class ExternalConfigBrooklynPropertiesOsgiTest {

Reply via email to