We need a way to indicate that a test must run synchronously, meaning it is the only test running on the Ruby process from start to finish. Additionally, it would be great if we could mark tests as being isolated, meaning they would run in their own process fork and can't mess with the state of the test of the run.
This would be useful for tests that require dependencies for example.