Skip to content

Commit

Permalink
Mark macro test flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
987Nabil committed Aug 12, 2024
1 parent 3022281 commit bdf36ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object DeriveSpec extends ZIOSpecDefault {
assert("""{"hint":"Child1"}""".fromJson[Parent])(isLeft(equalTo("(invalid disambiguator)"))) &&
assert("""{"child1":{}}""".fromJson[Parent])(isLeft(equalTo("(missing hint 'hint')")))
}
)
) @@ TestAspect.flaky // flaky only for Scala Native
)

object exampleproducts {
Expand Down

0 comments on commit bdf36ea

Please sign in to comment.