Skip to content

Commit

Permalink
[RESTEASY-3013] Ignore the JaxrsAsyncTest while the failures are inve…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Sep 22, 2021
1 parent e62f4f8 commit ac9784d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -12,6 +12,7 @@
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;

import io.netty.handler.codec.http.HttpHeaderValues;
Expand All @@ -22,6 +23,7 @@
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
* @version $Revision: 1 $
*/
@Ignore("RESTEASY-3013 something is wrong and causing these tests to fail.")
public class JaxrsAsyncTest
{
static String BASE_URI = generateURL("");
Expand Down

0 comments on commit ac9784d

Please sign in to comment.