Skip to content

Commit

Permalink
improvement: Retry rename tests, since they seem most flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 28, 2024
1 parent c87e8fc commit 94fb0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/main/scala/tests/BaseRenameLspSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ abstract class BaseRenameLspSuite(name: String) extends BaseLspSuite(name) {
expectedError: Boolean = false,
metalsJson: Option[String] = None,
)(implicit loc: Location): Unit = {
test(name) {
test(name, maxRetry = 3) {
cleanWorkspace()
val allMarkersRegex = "(<<|>>|@@|##.*##)"
val files = FileLayout.mapFromString(input)
Expand Down

0 comments on commit 94fb0e0

Please sign in to comment.