npeltier commented on a change in pull request #10: SLING-8648
URL:
https://github.com/apache/sling-org-apache-sling-pipes/pull/10#discussion_r316579375
##########
File path: src/test/java/org/apache/sling/pipes/internal/MovePipeTest.java
##########
@@ -69,6 +69,19 @@ public void testMoveNodeWithOverwrite() throws Exception {
Assert.assertFalse("source node path should have gone",
session.nodeExists(PATH_FRUITS + APPLE_NODE_PATH));
}
+ @Ignore //move operation is not supported yet by MockSession
Review comment:
cannot we try with MOCK_JCR or JCR_OAK (cc @stefanseifert )?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services