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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f04ffa  Ignore interceptor test for now (need to be fixed)
7f04ffa is described below

commit 7f04ffab149f82e98c3d60177e9b44a5b479a56f
Author: jbonofre <[email protected]>
AuthorDate: Mon May 4 10:25:29 2020 +0200

    Ignore interceptor test for now (need to be fixed)
---
 .../test/java/org/apache/karaf/service/interceptor/impl/E2ETest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/services/interceptor/impl/src/test/java/org/apache/karaf/service/interceptor/impl/E2ETest.java
 
b/services/interceptor/impl/src/test/java/org/apache/karaf/service/interceptor/impl/E2ETest.java
index 048422c..d4e35fa 100644
--- 
a/services/interceptor/impl/src/test/java/org/apache/karaf/service/interceptor/impl/E2ETest.java
+++ 
b/services/interceptor/impl/src/test/java/org/apache/karaf/service/interceptor/impl/E2ETest.java
@@ -37,6 +37,7 @@ import java.util.Optional;
 import javax.inject.Inject;
 
 import org.apache.karaf.service.interceptor.impl.test.InterceptedService;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
@@ -58,6 +59,7 @@ public class E2ETest {
     private InterceptedService interceptedService;
 
     @Test
+    @Ignore
     public void run() {
         
assertTrue(interceptedService.getClass().getName().contains("$$KarafInterceptorProxy"));
         assertEquals("wrapped>from 
'org.apache.karaf.service.interceptor.impl.test.InterceptedService'<", 
interceptedService.wrap());

Reply via email to