Lucas
Lucas
FWIW: This seems to be a regression, as with `5.6.2` the tests execute as expected but break with `5.7.0`.
Adding the annotation `DoNotParallelize` does not change anything. I am not 100% certain, if I printed the correct value, I used `println(System.getProperty("kotest.framework.parallelism"))` which prints `null`. funny enough: for the example...
Thanks for your input, Alex! `afterSpec` is called correctly (got some print output). Also I added a print statement before the first test of `RealTest` and it seems the order...
The default behavior is sequencial, as Oliver mentioned here: https://github.com/kotest/kotest/issues/3962#issuecomment-2037489278 So the annotation shouldn't have any effect, or am I missing something? :thinking: