-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
Currently the exception is caught in ServerSetupTaskHolder, only a message is logged and there is no change in the test flow.
Steps to reproduce:
cd wildfly-arquillian
git add remote ppalaga git@github.com:ppalaga/wildfly-arquillian.git
git checkout WFARQ-34 ppalaga/WFARQ-34
mvn clean install -Dtest=ServerSetupFailureTestCase -DfailIfNoTests=false
Expected: the test should fail with "SetupTask.setup() failed"
Actual: the test fails with "A test method should not be invoked after a ServerSetupTask.setup() failure" which should not be called at all after the SetupTask failed.
- is duplicated by
-
WFARQ-160 Propagate JUnit 'failed assumption' exception types from ServerSetupObserver
- Resolved