You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/08 08:18:08 UTC

[camel] 03/03: (chores) camel-core: re-enable ScheduledPollConsumerBackoffTest

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 96f2b39b42586ac98372d6f0e59ceecf62c6dcc4
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 8 08:07:19 2023 +0200

    (chores) camel-core: re-enable ScheduledPollConsumerBackoffTest
    
    This is to experiment whether this test remains flaky on GitHub Actions after isolating it
---
 .../java/org/apache/camel/impl/ScheduledPollConsumerBackoffTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/impl/ScheduledPollConsumerBackoffTest.java b/core/camel-core/src/test/java/org/apache/camel/impl/ScheduledPollConsumerBackoffTest.java
index 7eb4832453b..1410b0aa116 100644
--- a/core/camel-core/src/test/java/org/apache/camel/impl/ScheduledPollConsumerBackoffTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/impl/ScheduledPollConsumerBackoffTest.java
@@ -26,7 +26,6 @@ import org.junit.jupiter.api.parallel.Isolated;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 
-@DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com", disabledReason = "Flaky on Github CI")
 @Isolated
 public class ScheduledPollConsumerBackoffTest extends ContextTestSupport {