Skip to content

Commit 8ea06b4

Browse files
committed
Do not re-run tests
We want to avoid the flakiness in our tests. Disable a flaky test due to randomness in KafkaChannelDefinitionProcessorTest
1 parent f272c8a commit 8ea06b4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

modules/flowable-event-registry-spring/src/test/java/org/flowable/eventregistry/spring/test/kafka/KafkaChannelDefinitionProcessorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,7 @@ record -> {
15971597
}
15981598

15991599
@Test
1600+
@Disabled("This can lead to creating invalid retry topics with retry duplicates not being in the end, which is required from Spring Kafka")
16001601
void uniformRandomBackOffRetry() throws Exception {
16011602
createTopic("uniform-random-backoff");
16021603

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@
540540
<exclude>**/*TestCase.java</exclude>
541541
</excludes>
542542
<runOrder>alphabetical</runOrder>
543-
<rerunFailingTestsCount>5</rerunFailingTestsCount>
544543
</configuration>
545544
</plugin>
546545
<plugin>

0 commit comments

Comments
 (0)