Hey @NehaCMS you can either try this:
org.apache.maven.plugins
maven-surefire-plugin 2.22.2
true
oradd -DskipTests while building the project
using maven. If running the jUnit test are necessary, I'd want to know
what package are you using ? is it import org.junit.Test; or import
org.junit.jupiter.api.Test; if the earlier one, try replacing it with
the latter. Thanks,Bilal.