From 387a159cb1ee58226c711660c9dd5947f981e454 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Mon, 10 Jun 2013 13:03:31 +0000 Subject: [PATCH] SP-700 SWE-28: Flaky test fix - Grandma Debugging - Taking out comments. SVN: 29355 --- .../systemsx/cisd/common/concurrent/InactivityMonitorTest.java | 3 --- 1 file changed, 3 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 8a66beda234..44bc56efa15 100644 --- a/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java +++ b/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/InactivityMonitorTest.java @@ -152,7 +152,6 @@ public class InactivityMonitorTest @Test(retryAnalyzer = Retry10.class) public void testHappyCase() throws Throwable { - System.out.println("InactivityMonitor - testHappyCase - Retry"); context.checking(new Expectations() { { @@ -172,7 +171,6 @@ public class InactivityMonitorTest @Test(retryAnalyzer = Retry10.class) public void testInactivity() throws Throwable { - System.out.println("InactivityMonitor - testInactivity - Retry"); final String descriptionOfInactivity = "DESCRIPTION"; context.checking(new Expectations() { @@ -197,7 +195,6 @@ public class InactivityMonitorTest @Test(groups = "slow", retryAnalyzer = Retry10.class) public void testInactivityMultipleTimes() throws Throwable { - System.out.println("InactivityMonitor - testInactivityMultipleTimes - Retry"); // Wait for system to become quiet to get more accurate measurement. ConcurrencyUtilities.sleep(300L); final String descriptionOfInactivity = "DESCRIPTION"; -- GitLab