Skip to content

Commit

Permalink
Improve disabled test in ExternalFastCGIServerTest (#12487)
Browse files Browse the repository at this point in the history
* Improve disabled test in ExternalFastCGIServerTest
  • Loading branch information
janbartel authored Nov 7, 2024
1 parent b4f10b5 commit 588a28b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
import org.eclipse.jetty.client.ContentResponse;
import org.eclipse.jetty.client.HttpClient;
import org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;

public class ExternalFastCGIServerTest
{
@Test
@Disabled("Relies on an external server")
@Tag("external")
public void testExternalFastCGIServer() throws Exception
{
// Assume a FastCGI server is listening on localhost:9000
Expand Down

0 comments on commit 588a28b

Please sign in to comment.