reschke commented on code in PR #1196:
URL: https://github.com/apache/jackrabbit-oak/pull/1196#discussion_r1387022486
##########
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/NamePathTest.java:
##########
@@ -212,6 +218,47 @@ public void testSpaceInNames() throws RepositoryException {
session.getNode(n.getPath());
}
+ @Test
+ @Ignore("OAK-10544")
Review Comment:
That's a good point in the mid term: those reside in Jackrabbit though, so
it would take some time to have a release that contains them and can be used in
Oak. But yes.
Also, in the meantime I learned that there maybe a more specific test class
I could use; I'll update the PT soonish.
--
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]