arquillian / arquillian-testrunner-spock

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

Parametrized test fails if only non-testable deployment is defined #72

Open bartoszmajsak opened 4 years ago

bartoszmajsak commented 4 years ago

If Spock specification has parameterized feature and is supposed to be executed only on the client-side through marking @Deployment as non-testable, the test will fail with exception mentioned in https://github.com/arquillian/arquillian-testrunner-spock/issues/26#issuecomment-536157490.

Why is that happening

kriegaex commented 4 years ago

Any progress here, @bartoszmajsak?

bartoszmajsak commented 4 years ago

@kriegaex thanks for pinging. I didn't have time yet to work on the implementation.