Skip to content

Commit

Permalink
ignore test while waiting for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jun 12, 2023
1 parent 931dc98 commit 6b927cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ class KryoAtomicCoderTest extends PipelineSpec {
Pair("record", 10) kryoCoderShould roundtrip()
}

it should "support wrapped iterables" in {
// Enable once https://github.com/scala/scala/pull/10425 is release
ignore should "support wrapped iterables" in {
// handle immutable underlying Java collections
val list = List(1, 2, 3).asJava

Expand Down

0 comments on commit 6b927cf

Please sign in to comment.