Skip to content

Commit

Permalink
[WFLY-19909] Ignore tests affected by WFLY-19909
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkopecky committed Nov 1, 2024
1 parent 617bcb0 commit f9c3370
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.jboss.arquillian.container.test.api.RunAsClient;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.arquillian.test.api.ArquillianResource;
import org.junit.Ignore;
import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmI;
import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmIStateful;
import org.wildfly.ejbclient.testsuite.integration.multinode.environment.ContainerHelpers;
Expand Down Expand Up @@ -131,6 +132,7 @@ public void start() throws Exception {


@Test
@Ignore("https://issues.redhat.com/browse/WFLY-19909")
public void testInvokingTwoClustersAlternately() throws Exception {
final Properties propertiesCluster1 = new Properties();
propertiesCluster1.put(Context.INITIAL_CONTEXT_FACTORY, WildFlyInitialContextFactory.class.getName());
Expand Down Expand Up @@ -170,6 +172,7 @@ public void testInvokingTwoClustersAlternately() throws Exception {
}

@Test
@Ignore("https://issues.redhat.com/browse/WFLY-19909")
public void testInvokingTwoClustersOneAfterAnother() throws Exception {
logger.info("WILL NOW START INVOKING ON CLUSTER1");
final Properties propertiesCluster1 = new Properties();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.jboss.arquillian.container.test.api.RunAsClient;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.arquillian.test.api.ArquillianResource;
import org.junit.Ignore;
import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmI;
import org.wildfly.ejbclient.testsuite.integration.multinode.common.beans.whereami.WhereAmIStateless;
import org.wildfly.ejbclient.testsuite.integration.multinode.environment.ContainerHelpers;
Expand Down Expand Up @@ -133,6 +134,7 @@ public void start() throws Exception {


@Test
@Ignore("https://issues.redhat.com/browse/WFLY-19909")
public void testInvokingTwoClustersAlternately() throws Exception {
final Properties propertiesCluster1 = new Properties();
propertiesCluster1.put(Context.INITIAL_CONTEXT_FACTORY, WildFlyInitialContextFactory.class.getName());
Expand Down Expand Up @@ -170,6 +172,7 @@ public void testInvokingTwoClustersAlternately() throws Exception {
}

@Test
@Ignore("https://issues.redhat.com/browse/WFLY-19909")
public void testInvokingTwoClustersOneAfterAnother() throws Exception {
logger.info("WILL NOW START INVOKING ON CLUSTER1");
final Properties propertiesCluster1 = new Properties();
Expand Down

0 comments on commit f9c3370

Please sign in to comment.