Make flappy integration test case retrying

This commit is contained in:
Rene Pfeuffer
2023-11-13 11:41:44 +01:00
parent 234f7d840e
commit 4491f8894f

View File

@@ -170,7 +170,7 @@ class DiffITCase {
.containsExactlyInAnyOrderElementsOf(expected);
}
@Test
@RetryingTest(3)
void svnLargeChangesDiffShouldBeConvertedToGitDiff() throws IOException, URISyntaxException {
String fileName = "SvnDiffGenerator_forTest";
RepositoryUtil.createAndCommitFile(svnRepositoryClient, ADMIN_USERNAME, fileName, "");