Debug native test's

I use Kotlin Native with multiplatform.

I can debug the application perfectly and I can run the tests (with gradle), but, if I set breakpoint and run the test in debug mode, it no stop in the break point.

Use kotlin.test

Now, Idea create a run/debug Native configuration for test and I can debug, but, it runs all tests.

Could I create a Kotlin Native configuration for one test?