Skip to content

Commit

Permalink
CodeGenSpec is flaky (#2564)
Browse files Browse the repository at this point in the history
* CodeGenSpec is flaky

* Format
  • Loading branch information
vigoo authored Dec 22, 2023
1 parent 1370071 commit c846a86
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import java.nio.file._
import scala.jdk.CollectionConverters._

import zio.Scope
import zio.test.TestAspect.flaky
import zio.test._

import zio.http._
Expand Down Expand Up @@ -199,5 +200,5 @@ object CodeGenSpec extends ZIOSpecDefault {
"/GeneratedPaymentNoDiscriminator.scala",
)
},
) @@ java11OrNewer
) @@ java11OrNewer @@ flaky // Downloading scalafmt on CI is flaky
}

0 comments on commit c846a86

Please sign in to comment.