Join Slack
Powered by
hello, I ran into a really weird bug <https://gith...
# kotest
y
Yunchi
04/17/2024, 7:38 PM
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.
Open in Slack
Previous
Next