zio / zio-process

A simple ZIO library for interacting with external processes and command-line programs
https://zio.dev/zio-process
Apache License 2.0
64 stars 13 forks source link

Fix flaky tests #434

Open pablf opened 2 months ago

pablf commented 2 months ago

@reibitto It seems like this fixes the flaky tests! I have added a TestAspect.nonFlaky except on Scala Native because it takes too much time but it was green before.

pablf commented 2 months ago

Now there are two flaky tests in ScalaJS that do not get the correct exit code, but the string ones pass