propensive / fury-old

A new build tool for JVM languages
Apache License 2.0
412 stars 34 forks source link

introduce "volatile" integration tests #850

Open propensive opened 4 years ago

propensive commented 4 years ago

Some integration tests fail sometimes, and sometimes succeed, such as the old scala3 test. Non-deterministic features aren't desirable, but we should have a place for tests which might succeed or fail, with the intention of eventually moving all the tests into passing.

odisseus commented 4 years ago

I think such tests should be treated as pending.