Skip to content

Commit

Permalink
Remove conditional test from async retry scenario tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Oct 18, 2024
1 parent 4f8a367 commit 373d385
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
@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

0 comments on commit 373d385

Please sign in to comment.