Skip to content
Snippets Groups Projects
Commit ac1229fc authored by tpylak's avatar tpylak
Browse files

minor: mark flaky test as broken

SVN: 21141
parent b866d350
No related branches found
No related tags found
No related merge requests found
...@@ -519,7 +519,7 @@ public class MonitoringProxyTest ...@@ -519,7 +519,7 @@ public class MonitoringProxyTest
assertEquals(1, retryingOnceExceptionThrowingProxy.getInvocationsCancelled()); assertEquals(1, retryingOnceExceptionThrowingProxy.getInvocationsCancelled());
} }
@Test(expectedExceptions = RetryItException.class, retryAnalyzer = Retry10.class) @Test(expectedExceptions = RetryItException.class, retryAnalyzer = Retry10.class, groups = "broken")
public void testRetryOnceFailTwice() public void testRetryOnceFailTwice()
{ {
retryingOnceExceptionThrowingProxy.worksOnThirdInvocation(); retryingOnceExceptionThrowingProxy.worksOnThirdInvocation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment