Cannot run tests -- tests don't run + play button gets disabled
Answered
I'm trying to run a Quarkus test (JUnit5):
For an unknown reason the test doesn't run, and afterwards the "play" button is disabled.
---
IDEA: CE 2018.1.8 / 181.5684.4
JDK: 1.8.0_152-release-1136-b43
Any idea where I could look for some log or some more info on what is wrong?
Or did anyone seen this before?
Tnx!
-Ales
Please sign in to leave a comment.
Try to re-import the project.
All is being detected as predictable on fresh IntelliJ IDEA installation:
https://i.imgur.com/Vv9LoC8.png
Upgrading to latest CE 2019 fixed this.