Skip to content

Commit 438c166

Browse files
committed
Ignore CamelAzureEventhubsITest flaky on CI
1 parent d14ed00 commit 438c166

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/features/camel-azure-eventhubs/src/test/java/org/apache/karaf/camel/itest/CamelAzureEventhubsITest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.apache.karaf.camel.itests.CamelKarafTestHint;
1818
import org.apache.karaf.camel.itests.GenericContainerResource;
1919
import org.apache.karaf.camel.itests.PaxExamWithExternalResource;
20+
import org.junit.Ignore;
2021
import org.junit.Test;
2122
import org.junit.runner.RunWith;
2223
import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
@@ -26,6 +27,7 @@
2627
import org.testcontainers.azure.AzuriteContainer;
2728
import org.testcontainers.containers.wait.strategy.Wait;
2829

30+
@Ignore("Flaky on CI - EventHubs emulator container fails to start")
2931
@CamelKarafTestHint(externalResourceProvider = CamelAzureEventhubsITest.ExternalResourceProviders.class)
3032
@RunWith(PaxExamWithExternalResource.class)
3133
@ExamReactorStrategy(PerClass.class)

0 commit comments

Comments
 (0)