How to run individual tagged tests in behaviour spec
Per documentation I should be free to mix spec and test tags like below with enabled tag inheritance
kotest 5.8.1 eventually block failure
is there any difference between kotest’s 5.8.0 and 5.8.1 in terms of eventually block. I see that once I update to 5.8.1 eventually blocks are failing even after changing from io.kotest.assertions.timing to io.kotest.assertions.nondeterministic
I changed from
eventually(5000.milliseconds(), 300.milliseconds())
to