No ,the application is in spring. The application already have 400 test cases written in junit 4 . now I am migrating all the test cases to junit5. I have already moved 350 test cases to junit5 but remaining 50 test cases are showing ignored.
I am running my project in intellij. I have made the changes in my pom also I have changed the annotations according to junit5.But still some test cases are showing ignored.How to run these ignored test cases?