hello, I ran into a really weird bug <https://gith...
# kotest
y
hello, I ran into a really weird bug https://github.com/kotest/kotest/issues/3973. Every test in the module gets run multiple times when
maxParallelForks > 1
and there are test cases with
when (someEnum)
. It seems like each test case with a when clause will cause all tests in the module to get run an extra time.