Skip to content

Commit

Permalink
ignore test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Oct 12, 2024
1 parent 4bd7568 commit 54dbfa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object AvroSchemaCodecSpec extends ZIOSpecDefault {
val expected =
"""[{"type":"record","name":"A","fields":[]},{"type":"record","name":"B","fields":[]},{"type":"record","name":"MyC","fields":[]},{"type":"record","name":"D","fields":[{"name":"s","type":"string"}]}]"""
assert(result)(isRight(equalTo(expected)))
} @@ TestAspect.scala2Only,
} @@ TestAspect.scala2Only @@ TestAspect.ignore,
test("wraps nested unions") {
val schemaA = DeriveSchema.gen[UnionWithNesting.Nested.A.type]
val schemaB = DeriveSchema.gen[UnionWithNesting.Nested.B.type]
Expand Down

0 comments on commit 54dbfa0

Please sign in to comment.