This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 7b09d17298f fix(components): google-pubsub re-enable test
7b09d17298f is described below
commit 7b09d17298f3fe9b91d28fb38ec8b415d501304f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Sep 11 10:37:29 2025 +0200
fix(components): google-pubsub re-enable test
The upstream dependency has fixed the old non working behavior.
Closes CAMEL-20374
---
.../camel/component/google/pubsub/integration/MessageOrderingIT.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/integration/MessageOrderingIT.java
b/components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/integration/MessageOrderingIT.java
index 928318c62dc..3995f4eecc8 100644
---
a/components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/integration/MessageOrderingIT.java
+++
b/components/camel-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/integration/MessageOrderingIT.java
@@ -30,12 +30,10 @@ import org.apache.camel.ProducerTemplate;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.google.pubsub.PubsubTestSupport;
import org.apache.camel.component.mock.MockEndpoint;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static
org.apache.camel.component.google.pubsub.GooglePubsubConstants.ORDERING_KEY;
-@Disabled("TODO fix me: CAMEL-20374")
class MessageOrderingIT extends PubsubTestSupport {
private static final String TOPIC_NAME = "camel.input-topic";