]
Jason Greene updated WFLY-9634:
-------------------------------
Fix Version/s: 13.0.0.Beta1
(was: 12.0.0.Final)
Enable MixedDomainDeploymentTest.testExplodedDeployment() for EAP
7.1.0
-----------------------------------------------------------------------
Key: WFLY-9634
URL:
https://issues.jboss.org/browse/WFLY-9634
Project: WildFly
Issue Type: Task
Components: Domain Management, Test Suite
Reporter: Kabir Khan
Assignee: ehsavoie Hugonnet
Fix For: 13.0.0.Beta1
I have added an
{code}
// TODO WFLY-9634
Assume.assumeFalse(supportManagedExplodedDeployment());
{code}
to this test in
https://github.com/wildfly/wildfly/pull/10730 which introduces the 7.1.0
mixed domain tests. See WFCORE-3479 for more details.
If for some reason the decision is to *not* allow this use case from within a composite,
this test should be rewritten to not use a composite.