0

I have the Java project (Maven/Spring/Spock). It appears that I couldn't run single test in test suite (class) randomly. In some test classes it possible, in some other its not - entire test suite is the only available choice. This is annoying while debuging single test.

Cannot run single test - offers running entire suite

Can run single test

Is there any setting/choice how to avoid this disbalance? Thanks

Tomáš Mika
  • 210
  • 1
  • 13
  • 3
    Try [EAP version of IntelliJ IDEA](https://www.jetbrains.com/idea/nextversion/). Should have been fixed in the scope of https://youtrack.jetbrains.com/issue/IDEA-233864 – Konstantin Annikov Oct 26 '21 at 06:36
  • @KonstantinAnnikov if you post it as answer, then OP can accept it and others can see that this question has been resolved.. – Leonard Brünings Oct 27 '21 at 21:10

1 Answers1

0

Try EAP version of IntelliJ IDEA. Should have been fixed in the scope of youtrack.jetbrains.com/issue/IDEA-233864

Konstantin Annikov
  • 11,655
  • 4
  • 27
  • 40