Skip to content

Commit

Permalink
Add @ProxyIgnore annotation to StatusLineTestCase.
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthJeff committed Aug 6, 2024
1 parent 0feb2df commit 6e34590
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import io.undertow.server.HttpServerExchange;
import io.undertow.server.ServerConnection;
import io.undertow.testutils.DefaultServer;
import io.undertow.testutils.ProxyIgnore;
import io.undertow.testutils.TestHttpClient;
import io.undertow.util.Headers;
import io.undertow.util.HttpString;
Expand All @@ -43,6 +44,7 @@
* @author Jeff Okamoto
*/
@RunWith(DefaultServer.class)
@ProxyIgnore
public class StatusLineTestCase {

/*
Expand Down

0 comments on commit 6e34590

Please sign in to comment.