Deepak Kumar Acharya
Results
2
comments of
Deepak Kumar Acharya
Even I have just encountered the same issue with grails 3.3.2 & gradle version is 3.5. Is there any fix or workaround anyone figured out?
integrationTest { ignoreFailures = true } This you can add to build.gradle file. Which will solve your issue.