Does anyone know of an issue where JVM tests in a ...
# multiplatform
c
Does anyone know of an issue where JVM tests in a multiplatform project do not have standard output? The test failure just shows the stacktrace, nothing more. Other modules that are JVM-only do not have this issue (the standard output does display in the test results). Using kotlin.test with junit5
s
idea/gradle/junit might do some magic to group stdout when running multiple tests in parallel
Just a hunch though