Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[WFLY-19909] Ignore tests affected by WFLY-19909" #110

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
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 @@ -132,7 +131,6 @@ 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 @@ -172,7 +170,6 @@ 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,7 +27,6 @@
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 @@ -134,7 +133,6 @@ 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 @@ -172,7 +170,6 @@ 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