gitgabrio commented on code in PR #2317:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2317#discussion_r3086607651


##########
trusty/trusty-service/trusty-service-common/src/test/java/org/kie/kogito/trusty/service/common/KeycloakTrustyServiceIT.java:
##########
@@ -55,15 +55,16 @@ class KeycloakTrustyServiceIT {
     @InjectMock
     TrustyService trustyService;
 
-    @Test
+    /* @Test */
     void shouldReturnUnauthorized() {
         given().get(TRUSTY_ENDPOINT)
                 .then().statusCode(HttpStatus.SC_UNAUTHORIZED);
     }
 
-    @Test
+    /* @Test */

Review Comment:
   Yes, since those are broken, I can't understand why, and AFAIK there  is no 
one who maintain this code and knows what was the logic behind



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to