turn off the 'fail' step that was causing the builds to fail for forensics purposes
[tests.git] / system / TestPlc.py
index 11ecf5d..72d6177 100644 (file)
@@ -167,6 +167,8 @@ class TestPlc:
         'cross_check_tcp@1', 'check_system_slice', SEP,
         # check slices are turned off properly
         'empty_slices', 'ssh_slice_off', 'slice_fs_deleted_ignore', SEP,
+        # xxx for Thomas
+        # 'fail',
         # check they are properly re-created with the same name
         'fill_slices', 'ssh_slice_again', SEP,
         'gather_logs_force', SEP,
@@ -1836,3 +1838,4 @@ class TestPlc:
     # convenience for debugging the test logic
     def yes (self): return True
     def no (self): return False
+    def fail (self): return False