Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
New
Description
When running a single test in IntelliJ, something about the way the tests are run causes the UI to display all the tests in the class other than the one that was run as if they had been ignored. In contrast, running a single test in a typical test case class not derived from LuceneTestCase shows only the status of that test case method, not all the other methods in the class.
This is somewhat irritating since it makes it hard to see what's going on with the test of interest.
This is with IntelliJ 2017.1.4, junit 4.12
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-7948 Upgrade randomizedtesting to 2.5.3
- Closed