Sollder11 commented on PR #1063:
URL: https://github.com/apache/tomee/pull/1063#issuecomment-2067721440

   > We are a container env, so I guess it's save to exclude ;-)
   
   I would agree, I excluded the test with a matching explanation.
   I also exluded the tck-sig-test for now, as it breaks the build.
   
   
   That leaves four Failures:
   
   
   ```
   [ERROR] Failures: 
   [ERROR]   
JAXRSClientIT.sseBroadcastTest:193->JAXRSCommonClient.assertEquals:721 
[Ljava.lang.Object;@38c460e8 ==> expected: <true> but was: <false>
   [ERROR]   
JAXRSClientIT.dynamicFeatureIsRegisteredTest:111->JAXRSCommonClient.assertEquals:721
 [Ljava.lang.Object;@4a31ed12 ==> expected: <true> but was: <false>
   [ERROR]   
JAXRSClientIT.featureIsRegisteredTest:93->JAXRSCommonClient.assertEquals:721 
[Ljava.lang.Object;@5b8853 ==> expected: <true> but was: <false>
   [ERROR]   
JsonbContextProviderIT.shouldUseApplicationProvidedJsonbInstance:115 
   Expected: is 
"Origin(736163598),CustomSerializer(CLIENT),CustomDeserializer(SERVER),EchoResource,CustomSerializer(SERVER),CustomDeserializer(CLIENT)"
        but: was 
"Origin(736163598),CustomSerializer(CLIENT),CustomDeserializer(CLIENT),EchoResource,CustomSerializer(CLIENT),CustomDeserializer(CLIENT)"
   [INFO] 
   [ERROR] Tests run: 2788, Failures: 4, Errors: 0, Skipped: 128
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to