Skip to content

Commit

Permalink
Revert "Disable tests for native mode serialization due to apache#4148"
Browse files Browse the repository at this point in the history
This reverts commit 6b483e8.

Fixes apache#4148
  • Loading branch information
jamesnetherton committed Oct 12, 2022
1 parent 42fdd74 commit 3146623
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.apache.camel.quarkus.component.http.it;

import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.junit.DisabledOnIntegrationTest;
import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
Expand Down Expand Up @@ -158,7 +157,6 @@ public void compression(String component) {
.body(is("Netty Hello World Compressed"));
}

@DisabledOnIntegrationTest("https://github.com/apache/camel-quarkus/issues/4148")
@ParameterizedTest
@MethodSource("getHttpComponentNames")
public void transferException(String component) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import java.util.UUID;

import io.quarkus.test.junit.DisabledOnIntegrationTest;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import org.apache.camel.quarkus.component.messaging.it.AbstractMessagingTest;
Expand All @@ -40,7 +39,6 @@ public void testJmsTransferExchange() {
.body(is(message));
}

@DisabledOnIntegrationTest("https://github.com/apache/camel-quarkus/issues/4148")
@Test
public void testJmsTransferException() {
RestAssured.given()
Expand Down

0 comments on commit 3146623

Please sign in to comment.