diff --git a/scio-test/src/test/scala/com/spotify/scio/coders/KryoAtomicCoderTest.scala b/scio-test/src/test/scala/com/spotify/scio/coders/KryoAtomicCoderTest.scala index 63db49f1ef..a6b8a87453 100644 --- a/scio-test/src/test/scala/com/spotify/scio/coders/KryoAtomicCoderTest.scala +++ b/scio-test/src/test/scala/com/spotify/scio/coders/KryoAtomicCoderTest.scala @@ -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