From ac1229fc28297a097705c13fd0456c6d90c98487 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Thu, 5 May 2011 09:49:11 +0000 Subject: [PATCH] minor: mark flaky test as broken SVN: 21141 --- .../ch/systemsx/cisd/common/concurrent/MonitoringProxyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/MonitoringProxyTest.java b/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/MonitoringProxyTest.java index 6b776b79260..b3770431036 100644 --- a/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/MonitoringProxyTest.java +++ b/common/sourceTest/java/ch/systemsx/cisd/common/concurrent/MonitoringProxyTest.java @@ -519,7 +519,7 @@ public class MonitoringProxyTest assertEquals(1, retryingOnceExceptionThrowingProxy.getInvocationsCancelled()); } - @Test(expectedExceptions = RetryItException.class, retryAnalyzer = Retry10.class) + @Test(expectedExceptions = RetryItException.class, retryAnalyzer = Retry10.class, groups = "broken") public void testRetryOnceFailTwice() { retryingOnceExceptionThrowingProxy.worksOnThirdInvocation(); -- GitLab