Amoratinos commented on code in PR #2005: URL: https://github.com/apache/jackrabbit-oak/pull/2005#discussion_r1933540428
########## oak-auth-external/src/test/java/org/apache/jackrabbit/oak/spi/security/authentication/external/impl/principal/ExternalGroupPrincipalProviderWithCacheTest.java: ########## @@ -169,42 +168,4 @@ public void testGetGroupMembershipExternalUserAndLocal() throws Exception { Set<Principal> readFromCache = principalProvider.getMembershipPrincipals(user.getPrincipal()); assertEquals(expected, readFromCache); } - -// @Test Review Comment: I originally copied this class from another test class and left out this test commented out. Now while revisiting the tests I removed it. -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org