Skip to content

Commit

Permalink
temporary deactivate properties test #2566
Browse files Browse the repository at this point in the history
  • Loading branch information
zbendhiba committed May 10, 2021
1 parent 88ecc43 commit ccf972a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.apache.camel.reactive.vertx.VertXReactiveExecutor;
import org.apache.camel.reactive.vertx.VertXThreadPoolFactory;
import org.apache.camel.support.DefaultLRUCacheFactory;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.apache.camel.quarkus.test.Conditions.doesNotStartWith;
Expand All @@ -48,6 +49,7 @@
@QuarkusTest
@QuarkusTestResource(CoreMainTestResource.class)
public class CoreMainTest {
@Disabled
@Test
public void testProperties() {
RestAssured.when().get("/test/property/camel.context.name").then().body(is("quarkus-camel-example"));
Expand Down

0 comments on commit ccf972a

Please sign in to comment.