Skip to content

Commit

Permalink
Merge pull request #107 from marekkopecky/WFLY-19909
Browse files Browse the repository at this point in the history
[WFLY-19909] Ignore tests affected by WFLY-19909
  • Loading branch information
tadamski authored Nov 15, 2024
2 parents d91b377 + 857af22 commit 8948613
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
and be sure that wf-core-launcher version works correctly with new arquillian-container -->
<version.arquillian-container>5.1.0.Beta6</version.arquillian-container>
<!-- the following version needs to be >= than version used in arquillian-container dependency -->
<version.wf.core>26.0.1.Final</version.wf.core>
<version.wf.core>25.0.2.Final</version.wf.core>

<!-- MULTINODE -->
<version.creaper>2.0.3</version.creaper>
Expand Down

0 comments on commit 8948613

Please sign in to comment.