I’ve been having a problem for a while (at least a...
# kotest
x
I’ve been having a problem for a while (at least a few weeks) where if I try to run an individual test in a spec from IntelliJ using the kotest plugin it doesn’t run the test. It’ll behave like it’s going to run that spec, and correctly says it’s filtering out the other tests in the spec, but generates no output at all for the test I asked for (even if the test fails). If I ask it to run the whole spec, it works correctly. This happens in every repo I've tested. However, it only happens on my Linux machine, not on my Mac, even wit the exact same code, so I think it must be some sort of configuration issue on my Linux box. Any ideas what could be causing this?
a
Could be this issue? Bot closed it as stale, but maybe it's worth reviving.
x
Sorry for the late reply. I'm not sure, but I don't think that's the issue. There are no changes to the code between my Mac and Linux box, but running an individual test acts weird on Linux.