You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2014/10/07 23:36:38 UTC

svn commit: r1629983 - /jackrabbit/oak/trunk/oak-jcr/pom.xml

Author: mduerig
Date: Tue Oct  7 21:36:38 2014
New Revision: 1629983

URL: http://svn.apache.org/r1629983
Log:
OAK-2165: Sporadic test failure of JackrabbitNodeTest#testRenameEventHandling on Windows CI
Temporarily disable MixinTest as those most likely fail for the same reason as testRenameEventHandling

Modified:
    jackrabbit/oak/trunk/oak-jcr/pom.xml

Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1629983&r1=1629982&r2=1629983&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-jcr/pom.xml Tue Oct  7 21:36:38 2014
@@ -78,6 +78,7 @@
       org.apache.jackrabbit.core.observation.ReorderTest                                           <!-- Uses SNS -->
       org.apache.jackrabbit.core.observation.ShareableNodesTest#testAddShare                       <!-- OAK-118 workspace support needed -->
       org.apache.jackrabbit.core.observation.ShareableNodesTest#testRemoveShare                    <!-- OAK-118 workspace support needed -->
+      org.apache.jackrabbit.core.observation.MixinTest <!--FIXME OAK -->
 
       <!-- Versioning -->
       org.apache.jackrabbit.test.api.version.VersionTest#testMerge