``` arrow.effects.IOTest > parallel execution m...
# arrow-contributors
s
Copy code
arrow.effects.IOTest > parallel execution makes all IOs start at the same time FAILED
    java.lang.AssertionError: expected: [1, 2, 3, 4, 5, 6] but was: [1, 2, 3, 4, 6, 5]
        at io.kotlintest.DslKt.equalsError(dsl.kt:149)
        at io.kotlintest.DslKt.shouldBe(dsl.kt:46)
        at arrow.effects.IOTest$23.invoke(IOTest.kt:254)
        at arrow.effects.IOTest$23.invoke(IOTest.kt:27)
arrow.effects.IOTest > parallel execution preserves order for synchronous IOs FAILED
    java.lang.AssertionError: expected: [1, 2, 3, 4, 5, 6] but was: [1, 2, 3, 4, 6, 5]
        at io.kotlintest.DslKt.equalsError(dsl.kt:149)
        at io.kotlintest.DslKt.shouldBe(dsl.kt:46)
        at arrow.effects.IOTest$24.invoke(IOTest.kt:280)
        at arrow.effects.IOTest$24.invoke(IOTest.kt:27)