diff --git a/core/src/test/java/io/undertow/protocols/http2/PushResourceRSTTestCase.java b/core/src/test/java/io/undertow/protocols/http2/PushResourceRSTTestCase.java index dedc198bfe..752a2fbeaa 100644 --- a/core/src/test/java/io/undertow/protocols/http2/PushResourceRSTTestCase.java +++ b/core/src/test/java/io/undertow/protocols/http2/PushResourceRSTTestCase.java @@ -32,6 +32,9 @@ import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicInteger; +import io.undertow.testutils.AjpIgnore; +import io.undertow.testutils.IPv6Ignore; +import io.undertow.testutils.ProxyIgnore; import org.jboss.logging.Logger; import org.junit.AfterClass; import org.junit.Assert; @@ -85,6 +88,9 @@ */ @Category(UnitTest.class) @RunWith(DefaultServer.class) +@ProxyIgnore +@AjpIgnore +@IPv6Ignore public class PushResourceRSTTestCase { private static final Logger log = Logger.getLogger(PushResourceRSTTestCase.class); private static final String PUSHER = "/pusher";