WildflyImageProvisionerTestCase fails because new s2i images don't take ARTIFACT_DIR into account anymore #205
Labels
bug
Something isn't working
CI
This issue affects or is related to the automation
good first issue
Good for newcomers
hacktoberfest
Milestone
Following up on CI checks for #203 (comment).
The WildflyImageProvisionerTestCase test is failing fails because the new s2i images don't take
ARTIFACT_DIR
into account anymore. Such environment variable has been deprecated, and the latest WildFly s2i images are now using the `` environment variable as a consequence.See also https://issues.redhat.com/browse/WFWIP-667
The solution is to replace the environment variable in the application descriptor used by the failing test.
testsuite
modulemvn clean install -DskipTests ; mvn test -pl testsuite/integration-tests -Dtest=WildflyImageProvisionerTestCase
The text was updated successfully, but these errors were encountered: