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.
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 intopassing
.