From 05d97d39f7d127fb49ec6ea22a106b1d249f3b12 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Mon, 10 Jun 2013 07:14:26 +0000 Subject: [PATCH] SP-700 SWE-28: Flaky test fix. SVN: 29341 --- .../cisd/common/concurrent/InactivityMonitorTest.java | 4 ---- 1 file changed, 4 deletions(-) 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 7e92ac8ef4b..44bc56efa15 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) -- GitLab