You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same issue running Gradle tests. Even if it says that parallel is disabled by default, Gradle now runs all tests in parallel.
Happens only on version 2.0.13.
I have tried to set both spek2.discovery.parallel.enabled spek2.execution.parallel.enabled
but they do not seem have any impact on the test execution being run in parallel
I am running test with Spring framework. With Spek version 2.0.13 I get this error:
Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8080 is already in use
This is probably because tests are run parallel instead of sequential. It looks like it from Intellij menu too.
Version 2.0.12 works good.
I have also tried with
spek2.discovery.parallel.enabled
but it runs the same way.The text was updated successfully, but these errors were encountered: