diff --git a/testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java b/testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java index 328e0c41d52..d14d611aa13 100755 --- a/testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java +++ b/testsuite/legacy-integration-tests/src/test/java/org/jboss/resteasy/test/asynch/ComprehensiveJaxrsTest.java @@ -25,6 +25,7 @@ import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.container.test.api.RunAsClient; import org.jboss.arquillian.junit.Arquillian; +import org.jboss.resteasy.category.ExpectedFailing; import org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder; import org.jboss.resteasy.test.asynch.resource.JaxrsAsyncServletApp; import org.jboss.resteasy.test.asynch.resource.JaxrsAsyncServletAsyncResponseBlockingQueue; @@ -43,6 +44,7 @@ import org.junit.Assert; import org.junit.Before; import org.junit.Test; +import org.junit.experimental.categories.Category; import org.junit.runner.RunWith; /** @@ -444,12 +446,14 @@ public void resumeWithExceptionReturnsFalseWhenResumedTest() throws Exception } @Test + @Category({ExpectedFailing.class}) // See RESTEASY-1446 public void setTimeoutTest() throws Exception { setTimeoutTestInternal(); } @Test + @Category({ExpectedFailing.class}) // See RESTEASY-1446 public void updateTimeoutTest() throws Exception { invokeClear(); @@ -469,6 +473,7 @@ public void updateTimeoutTest() throws Exception } @Test + @Category({ExpectedFailing.class}) // See RESTEASY-1446 public void handleTimeOutWaitsForeverTest() throws Exception { String responseMsg = "handleTimeOutWaitsForeverTest"; @@ -482,6 +487,7 @@ public void handleTimeOutWaitsForeverTest() throws Exception } @Test + @Category({ExpectedFailing.class}) // See RESTEASY-1446 public void handleTimeoutCancelsTest() throws Exception { invokeClear(); @@ -495,6 +501,7 @@ public void handleTimeoutCancelsTest() throws Exception } @Test + @Category({ExpectedFailing.class}) // See RESTEASY-1446 public void handleTimeoutResumesTest() throws Exception { invokeClear();