Skip to content

Commit

Permalink
Ignore test with iso in Jetty 9
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos committed May 19, 2020
1 parent f8b50f5 commit ae9609d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -21,7 +21,7 @@
import javax.ws.rs.core.Response;

import org.glassfish.jersey.tests.integration.servlet_25_mvc_3.resource.Book;

import org.junit.Ignore;
import org.junit.Test;

import java.nio.charset.Charset;
Expand Down Expand Up @@ -52,6 +52,7 @@ public void testResourceAsHtmlUtf8() throws Exception {
}

@Test
@Ignore("Jetty 9 is ignoring the charset. See commit 8daf7b8f8367d546d76b71b1259fd56de73b65d7 for workaround")
public void testResourceAsHtmlIso88592() throws Exception {
final Response response = item1resource().path("iso").request().get();
response.bufferEntity();
Expand Down

0 comments on commit ae9609d

Please sign in to comment.