Skip to content

Commit

Permalink
Disable AsyncCompletableFutureRetryTopicScenarioTests on CI/CD alto…
Browse files Browse the repository at this point in the history
…gether
  • Loading branch information
artembilan committed Oct 17, 2024
1 parent f838de8 commit 704e253
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
@DirtiesContext
@EmbeddedKafka
@TestPropertySource(properties = { "five.attempts=5", "kafka.template=customKafkaTemplate"})
@DisabledIfEnvironmentVariable(named = "GITHUB_ACTION", matches = ".*?",
disabledReason = "Fails sporadically. Perhaps uses too much Apache Kafka resources")
public class AsyncCompletableFutureRetryTopicScenarioTests {

private final static String MAIN_TOPIC_CONTAINER_FACTORY = "kafkaListenerContainerFactory";
Expand Down Expand Up @@ -441,8 +443,6 @@ void oneLongSuccessMsgBetween100ShortFailMsg(
}

@Test
@DisabledIfEnvironmentVariable(named = "GITHUB_ACTION", matches = ".*?",
disabledReason = "Fails sporadically. Perhaps uses too much Apache Kafka resources")
void halfSuccessMsgAndHalfFailedMsgWithRandomSleepTime(
@Autowired TestTopicListener6 topicListener6,
@Autowired @Qualifier("myCustomDltProcessor6") MyCustomDltProcessor myCustomDltProcessor6) {
Expand Down

0 comments on commit 704e253

Please sign in to comment.