Skip to content

Commit

Permalink
chore: Retry flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Nov 29, 2024
1 parent b94b536 commit 66be992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class GradleLspSuite extends BaseImportSuite("gradle-import") {
} yield ()
}

test("fatal-warnings") {
test("fatal-warnings", maxRetry = 3) {
cleanWorkspace()
for {
_ <- initialize(
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/src/test/scala/tests/FingerprintsLspSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tests
import scala.meta.internal.metals.ServerCommands

class FingerprintsLspSuite extends BaseLspSuite("fingerprints") {
test("break") {
test("break", maxRetry = 3) {
cleanWorkspace()
for {
_ <- initialize(
Expand Down

0 comments on commit 66be992

Please sign in to comment.