Skip to content

Commit

Permalink
Ignore connection termination test when using proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jun 1, 2015
1 parent 4cd9140 commit bc2bdcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,6 @@ public void terminateReads() throws IOException {
handle = null;
}
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import io.undertow.testutils.DefaultServer;
import io.undertow.testutils.HttpClientUtils;
import io.undertow.testutils.HttpOneOnly;
import io.undertow.testutils.ProxyIgnore;
import io.undertow.testutils.TestHttpClient;
import io.undertow.util.StatusCodes;
import org.apache.http.HttpResponse;
Expand All @@ -42,6 +43,7 @@
*/
@RunWith(DefaultServer.class)
@HttpOneOnly
@ProxyIgnore
public class ConnectionTerminationTestCase {

public static final String HELLO_WORLD = "Hello World";
Expand Down

0 comments on commit bc2bdcb

Please sign in to comment.