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

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


The following commit(s) were added to refs/heads/master by this push:
     new 85ab864  As discussed in Slack and mailing list, let's disable and see 
if someone complains.
85ab864 is described below

commit 85ab8647e0ddf08ce6d03f4732c62c6c0bca5e6a
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Thu Jun 10 18:14:43 2021 +0200

    As discussed in Slack and mailing list, let's disable and see if someone 
complains.
---
 .../org/apache/openejb/server/cxf/rs/AppPropertiesPropagationTest.java | 2 ++
 .../java/org/apache/openejb/server/cxf/rs/DisableTomEEJohnzonTest.java | 3 +++
 2 files changed, 5 insertions(+)

diff --git 
a/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/AppPropertiesPropagationTest.java
 
b/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/AppPropertiesPropagationTest.java
index 7537b5c..6773c3b 100644
--- 
a/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/AppPropertiesPropagationTest.java
+++ 
b/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/AppPropertiesPropagationTest.java
@@ -45,6 +45,7 @@ import org.apache.openejb.testing.Classes;
 import org.apache.openejb.testing.EnableServices;
 import org.apache.openejb.testing.JaxrsProviders;
 import org.apache.openejb.testing.RandomPort;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -52,6 +53,7 @@ import org.junit.runner.RunWith;
 @JaxrsProviders(AppPropertiesPropagationTest.Registrator.class)
 @RunWith(ApplicationComposer.class)
 @Classes(innerClassesAsBean = true)
+@Ignore("Not sure this is used - we can implement it back if needed as 
discussed in mailing list and slack")
 public class AppPropertiesPropagationTest {
     @RandomPort("http")
     private int port;
diff --git 
a/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/DisableTomEEJohnzonTest.java
 
b/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/DisableTomEEJohnzonTest.java
index 5fd13db..d5facbc 100644
--- 
a/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/DisableTomEEJohnzonTest.java
+++ 
b/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/DisableTomEEJohnzonTest.java
@@ -23,6 +23,7 @@ import org.apache.openejb.testing.ContainerProperties;
 import org.apache.openejb.testing.EnableServices;
 import org.apache.openejb.testing.JaxrsProviders;
 import org.apache.openejb.testing.RandomPort;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
@@ -55,6 +56,8 @@ import static org.junit.Assert.assertEquals;
         @ContainerProperties.Property(name = 
"org.apache.openejb.server.cxf.rs.johnzon.TomEEJsonpProvider.activated", value 
= "false")
 })
 @RunWith(ApplicationComposer.class)
+@Ignore("Not sure this is used - we can implement it back if needed as 
discussed in mailing list and slack. " +
+        "This is partially implemented in the server side but not quite happy 
with the hack")
 public class DisableTomEEJohnzonTest {
 
     private static final String PAYLOAD = "{\"not\": \"johnzon\"}";

Reply via email to