Open pablf opened 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.
TestAspect.nonFlaky
Now there are two flaky tests in ScalaJS that do not get the correct exit code, but the string ones pass
string
@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.