diff --git a/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java b/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java
index 7e92ac8ef4b4e2d9f5b59ade94dbe10cb668f293..44bc56efa159743d542710cadf3f95922e47e879 100644
--- a/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java
+++ b/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java
@@ -147,10 +147,6 @@ public class InactivityMonitorTest
         {
             monitorUnderTest.stop();
         }
-        // To following lines of code should also be called at the end of each test method.
-        // Otherwise one do not known which test failed.
-        exceptionHandler.checkAndRethrowException();
-        context.assertIsSatisfied();
     }
 
     @Test(retryAnalyzer = Retry10.class)