Skip to content
Snippets Groups Projects
Commit 0dc9182b authored by brinn's avatar brinn
Browse files

change: add retryAnalyzer to flacky unit test

SVN: 20739
parent 34bfaec3
No related merge requests found
......@@ -25,6 +25,7 @@ import org.testng.annotations.Test;
import ch.rinn.restrictions.Friend;
import ch.systemsx.cisd.common.logging.LogInitializer;
import ch.systemsx.cisd.common.test.Retry10;
import ch.systemsx.cisd.datamover.filesystem.RetryingPathRemover.DeleteActivityDetector;
/**
......@@ -46,7 +47,7 @@ public class RetryingPathRemoverTest
testDeleteAndMonitor(false);
}
@Test
@Test(retryAnalyzer = Retry10.class)
public void testDeleteAndMonitorBlockedFail()
{
testDeleteAndMonitor(true);
......
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