Skip to content

Commit

Permalink
Enabled RouteConfigurationsTest#sendContentToXmlRouteShouldTriggerOnE…
Browse files Browse the repository at this point in the history
…xceptionInYamlRouteConfiguration f
  • Loading branch information
JiriOndrusek committed Sep 25, 2023
1 parent 0bad750 commit b802e1a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import io.quarkus.test.junit.QuarkusTest;
import io.restassured.RestAssured;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.Matchers.is;
Expand Down Expand Up @@ -91,7 +90,6 @@ public void sendContentToYamlRouteShouldTriggerOnExceptionInXmlRouteConfiguratio
}

@Test
@Disabled //https://github.com/apache/camel-quarkus/issues/4736
public void sendContentToXmlRouteShouldTriggerOnExceptionInYamlRouteConfiguration() {
String expected = "onException has been triggered in yamlRouteConfiguration";
RestAssured.given()
Expand Down

0 comments on commit b802e1a

Please sign in to comment.