arquillian / arquillian-testrunner-spock

Arquillian Spock TestRunner
Apache License 2.0
30 stars 20 forks source link

Duplicated deployment issue when inheriting specs #27

Closed bartoszmajsak closed 8 years ago

bartoszmajsak commented 8 years ago

When super type consists of @Deployment method there will be two attempts to deploy the same artifact, as both specs are executed. This leads to collision and error prone behaviour of tests, as container to which artifacts are supposed to be deployed to is not in the desired state.