Skip to content

Commit

Permalink
[RESTEASY-3388] Remove the commented out @disabled annotation usage.
Browse files Browse the repository at this point in the history
https://issues.redhat.com/browse/RESTEASY-3388
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Feb 16, 2024
1 parent 9a46802 commit c63becd
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
* @tpTestCaseDetails Test for asynchronous behavior of RESTEasy with CDI.
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class AsynchronousCdiTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
* @tpTestCaseDetails Interceptors test.
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class InterceptorTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;

//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class JAXRS21PatchTest extends ClientTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.jboss.resteasy.spi.ResteasyProviderFactory;
import org.junit.jupiter.api.Assertions;

//@Disabled("RESTEASY-3450")
@Path("/stuff")
public class MediaTypeCaseSensitivityStuffResource {
@POST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* @tpTestCaseDetails Test for JAX-RS annotation inheritance with generics.
* @tpSince RESTEasy 4.0.0
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class AnnotationInheritanceGenericsTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
* Regression test for RESTEASY-1415 and RESTEASY-1558.
* @tpSince RESTEasy 3.1.0
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
@ServerSetup(DebugLoggingTest.DebugLoggingSetupTask.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
* @tpTestCaseDetails ResourceClassProcessor SPI basic test, see RESTEASY-1805
* @tpSince RESTEasy 3.6
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class ResourceClassProcessorBasicTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
* @tpTestCaseDetails Signing test for RESTEasy-crypto
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class SigningTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* @tpTestCaseDetails Regression test for RESTEASY-760
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class FormParameterTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* AllowGzipOnServerAbstractTestBase
* NotAllowGzipOnServerAbstractTestBase
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public abstract class GzipAbstractTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* @tpTestCaseDetails Test for org.jboss.resteasy.plugins.providers.atom.Link class
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class LinkTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* @tpChapter Integration tests
* @tpSince RESTEasy 3.0.23
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class CustomJackson2ProviderTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* @tpTestCaseDetails Test for WFLY-5916. Integration tests for jackson-datatype-jsr310 and jackson-datatype-jdk8 modules
* @tpSince RESTEasy 3.1.0.CR3
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class JacksonDatatypeTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* @tpChapter Integration test
* @tpSince RESTEasy 3.3
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class PreferJacksonOverJsonBClientTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* @tpTestCaseDetails Check jaxb requests with collection
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class CollectionCoreTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* @tpChapter Integration test
* @tpSince RESTEasy 3.5
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class JsonBindingAnnotationsJacksonTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
* @tpChapter Integration test
* @tpSince RESTEasy 4.0.0
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class JsonBindingTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
* Unable to find contextual data of type: jakarta.ws.rs.ext.Providers if ClientBuilder.newClient is used.
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@SuppressWarnings("deprecation")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;

//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class SseEventSourceTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;

//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class SseSmokeTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* @tpTestCaseDetails Regression tests for RESTEASY-549 and RESTEASY-537
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class MatchedResourceTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* @tpTestCaseDetails Regression test for RESTEASY-657
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class SubResourceLocatorTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* This test checks CDI integration.
* @tpSince RESTEasy 3.6
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class RESTEasyParamCdiTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* @tpTestCaseDetails Regression test for JBEAP-3459
* @tpSince RESTEasy 3.0.17
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class DuplicitePathTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* @tpTestCaseDetails Test for internationalization of hibernate validator
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class ValidationHibernateI18NTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
* @tpTestCaseDetails Regression test for JBEAP-3280
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class ValidationJaxbTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
* @tpTestCaseDetails Regression test - RESTEASY-1296
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class ValidationThroughRestTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
* @tpTestCaseDetails Test of xml validation
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
public class ValidationXMLTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
* RestEasy is vulnerable to XML Entity Denial of Service XXE is disabled.
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
@ServerSetup(DisableDefaultExceptionMapperSetupTask.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
* RestEasy is vulnerable to XML Entity Denial of Service XXE is disabled.
* @tpSince RESTEasy 3.0.16
*/
//@Disabled("RESTEASY-3450")
@ExtendWith(ArquillianExtension.class)
@RunAsClient
@ServerSetup(DisableDefaultExceptionMapperSetupTask.class)
Expand Down

0 comments on commit c63becd

Please sign in to comment.