Skip to content

Commit

Permalink
LPD-47655 Remove tests from quarantine
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelecastro authored and brianchandotcom committed Feb 6, 2025
1 parent efc3255 commit 93ef501
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import org.junit.Assert;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand All @@ -29,7 +28,6 @@ public class JaxWsApiHandlerRegistrationTest extends BaseJaxWsTestCase {
public static final AggregateTestRule aggregateTestRule =
new LiferayIntegrationTestRule();

@Ignore
@Test
public void testHandlerIsRegistered() throws Exception {
String greeting = getGreeting(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import org.junit.Assert;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand All @@ -29,7 +28,6 @@ public class JaxWsApiRegistrationTest extends BaseJaxWsTestCase {
public static final AggregateTestRule aggregateTestRule =
new LiferayIntegrationTestRule();

@Ignore
@Test
public void testGreeter() throws Exception {
Assert.assertEquals(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import org.junit.Assert;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand All @@ -32,15 +31,13 @@ public class JaxWsComponentRegistrationTest extends BaseJaxWsTestCase {
public static final AggregateTestRule aggregateTestRule =
new LiferayIntegrationTestRule();

@Ignore
@Test
public void testIsRegistered() throws Exception {
Assert.assertEquals(
"Greetings.",
getGreeting("http://localhost:8080/o/soap-test/greeter?wsdl"));
}

@Ignore
@Test(expected = Exception.class)
public void testServiceListIsUnavailable() throws Exception {
URL url = new URL("http://localhost:8080/o/soap-test/services");
Expand Down

0 comments on commit 93ef501

Please sign in to comment.