Index: trunk/ippTasks/diff.pro
===================================================================
--- trunk/ippTasks/diff.pro	(revision 30436)
+++ trunk/ippTasks/diff.pro	(revision 30438)
@@ -448,5 +448,4 @@
   periods      -timeout 120.0
   npending     1
-  active false
 
   stdout NULL
@@ -457,7 +456,11 @@
     # Only revert failures with fault=2 (SYS_ERROR), which tend to be
     # temporary filesystem problems.  Every other fault type is
-    # interesting and should be kept for debugging (and so it doesn't
+    # interesting and should be kept for debugging (and so it does not
     # continue to occur).
-    $run = difftool -revertdiffskyfile -fault 2
+    # XXX: actually we are getting enough jobs with fault 4 that work after reverting
+    # that we are going to remove that cut for now
+    # 
+    #$run = difftool -revertdiffskyfile -fault 2
+    $run = difftool -revertdiffskyfile
     if ($DB:n == 0)
       option DEFAULT
