Skip to content

Commit

Permalink
Only run test in HTTP1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed May 20, 2015
1 parent b31bdf9 commit 56c96f2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -22,6 +22,7 @@
import io.undertow.servlet.test.util.DeploymentUtils;
import io.undertow.testutils.DefaultServer;
import io.undertow.testutils.HttpClientUtils;
import io.undertow.testutils.HttpOneOnly;
import io.undertow.testutils.TestHttpClient;
import io.undertow.util.StatusCodes;
import org.apache.http.HttpResponse;
Expand All @@ -40,6 +41,7 @@
* @author Stuart Douglas
*/
@RunWith(DefaultServer.class)
@HttpOneOnly
public class ConnectionTerminationTestCase {

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

0 comments on commit 56c96f2

Please sign in to comment.