I just ported a TestCase with 33 tests from JUnit to kotlintest. I'm using FunSpec. I just noticed that IntelliJ will no longer let me run an individual test. Even though it sees that there are 33 tests, I only have the option to run the complete set. That's inconvenient when I want to debug why a particular test fails.