Skip to content

Commit

Permalink
Remove excludes from issue 1199
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-krueger committed Feb 15, 2024
1 parent 4a45c41 commit 1638122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions jaxrs-tck-docs/TCK-Exclude-List.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceWithRes
ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceWithGenericTypeStringTest
ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceWithGenericTypeResponseTest

https://github.com/jakartaee/rest/issues/1138
# https://github.com/jakartaee/rest/issues/1138
ee/jakarta/tck/ws/rs/ee/rs/core/uriinfo/JAXRSClientIT#getNormalizedUriTest

https://github.com/jakartaee/rest/issues/1163
# https://github.com/jakartaee/rest/issues/1163
ee/jakarta/tck/ws/rs/ee/rs/container/responsecontext/JAXRSClientIT#setEntityStreamTest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 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 Down Expand Up @@ -53,7 +53,7 @@
import org.junit.jupiter.api.TestInfo;
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 @@ -1103,7 +1103,6 @@ public void setEntityTest() throws Fault {
* Throws IOException.
*/
@Test
@Disabled
public void setEntityStreamTest() throws Fault {
setProperty(Property.SEARCH_STRING, ResponseFilter.ENTITY);
setProperty(Property.SEARCH_STRING, "OK");
Expand All @@ -1122,7 +1121,6 @@ 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,7 +1142,6 @@ 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 1638122

Please sign in to comment.