Skip to content

Commit

Permalink
Fixes #4150 - Fix HelloIT in test-servlet-crac (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Nov 5, 2024
1 parent 2f46785 commit a215102
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/servlet/crac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<configuration>
<distribution>servlet</distribution>
<httpPort>${httpPort}</httpPort>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 0 additions & 2 deletions test/servlet/crac/src/test/java/hello/HelloIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@
import java.net.http.HttpResponse.BodyHandlers;
import java.time.Duration;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class HelloIT {

private String portNumber = System.getProperty("httpPort");

@Disabled
@Test
public void testHelloXhtml() throws Exception {
HttpClient client = HttpClient
Expand Down

0 comments on commit a215102

Please sign in to comment.