Skip to content

Commit

Permalink
[RESTEASY-1446] Restore excluded test
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Feb 20, 2018
1 parent 0dbd9ff commit 5195686
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -25,7 +25,6 @@
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;
Expand All @@ -44,7 +43,6 @@
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;

/**
Expand Down Expand Up @@ -360,7 +358,6 @@ public void isDoneWhenCanceledTest() throws Exception
}

@Test
@Category({ExpectedFailing.class}) // See RESTEASY-1446
public void isDoneWhenTimedOutTest() throws Exception
{
setTimeoutTestInternal();
Expand Down Expand Up @@ -447,14 +444,12 @@ 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();
Expand All @@ -474,7 +469,6 @@ public void updateTimeoutTest() throws Exception
}

@Test
@Category({ExpectedFailing.class}) // See RESTEASY-1446
public void handleTimeOutWaitsForeverTest() throws Exception
{
String responseMsg = "handleTimeOutWaitsForeverTest";
Expand All @@ -488,7 +482,6 @@ public void handleTimeOutWaitsForeverTest() throws Exception
}

@Test
@Category({ExpectedFailing.class}) // See RESTEASY-1446
public void handleTimeoutCancelsTest() throws Exception
{
invokeClear();
Expand All @@ -502,7 +495,6 @@ public void handleTimeoutCancelsTest() throws Exception
}

@Test
@Category({ExpectedFailing.class}) // See RESTEASY-1446
public void handleTimeoutResumesTest() throws Exception
{
invokeClear();
Expand Down

0 comments on commit 5195686

Please sign in to comment.