Skip to content

Commit

Permalink
Undisable test which is working fine
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Aug 16, 2024
1 parent a7c351f commit 18b02e0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import org.apache.camel.CamelContext;
import org.apache.camel.builder.NotifyBuilder;
import org.apache.camel.test.spring.junit5.CamelSpringBootTest;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
Expand All @@ -30,7 +29,6 @@

@CamelSpringBootTest
@SpringBootTest(classes = SampleCamelApplication.class)
@Disabled
public class SampleCamelApplicationTest {

@Autowired
Expand Down

0 comments on commit 18b02e0

Please sign in to comment.