Skip to content

Commit

Permalink
TCK Challenge: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.J…
Browse files Browse the repository at this point in the history
…AXRSClientIT#setStatusInfoTest and #setStatusTest #1199 (#1200)

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos authored Dec 12, 2023
1 parent 02640a2 commit 58746e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;

/*
* @class.setup_props: webServerHost;
* webServerPort;
Expand Down Expand Up @@ -1123,6 +1122,7 @@ public void setEntityStreamTest() throws Fault {
* Throws IOException.
*/
@Test
@Disabled
public void setStatusTest() throws Fault {
for (Response.Status status : Response.Status.values()) {
String content = String.valueOf(status.getStatusCode());
Expand All @@ -1144,6 +1144,7 @@ public void setStatusTest() throws Fault {
* Throws IOException.
*/
@Test
@Disabled
public void setStatusInfoTest() throws Fault {
for (Response.Status status : Response.Status.values()) {
String content = String.valueOf(status.getStatusCode());
Expand Down

0 comments on commit 58746e8

Please sign in to comment.