Skip to content

Commit 7de6fd6

Browse files
committed
Ignore CamelAzureEventhubsITest flaky on CI
The EventHubs emulator container consistently fails to start within the timeout on GitHub Actions runners.
1 parent 0f3ba05 commit 7de6fd6

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
@@ -19,6 +19,7 @@
1919
import org.apache.karaf.camel.itests.CamelKarafTestHint;
2020
import org.apache.karaf.camel.itests.GenericContainerResource;
2121
import org.apache.karaf.camel.itests.PaxExamWithExternalResource;
22+
import org.junit.Ignore;
2223
import org.junit.Test;
2324
import org.junit.runner.RunWith;
2425
import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
@@ -29,6 +30,7 @@
2930
import org.testcontainers.containers.wait.strategy.Wait;
3031
import org.testcontainers.images.builder.Transferable;
3132

33+
@Ignore("Flaky on CI - EventHubs emulator container fails to start")
3234
@CamelKarafTestHint(externalResourceProvider = CamelAzureEventhubsITest.ExternalResourceProviders.class)
3335
@RunWith(PaxExamWithExternalResource.class)
3436
@ExamReactorStrategy(PerClass.class)

0 commit comments

Comments
 (0)