This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 6964ea5c3e4 Revert "CAMEL-21417: disable tests broken for a while"
6964ea5c3e4 is described below
commit 6964ea5c3e4150a9d2eeb3edb3e53954859f036d
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 28 11:34:42 2024 +0100
Revert "CAMEL-21417: disable tests broken for a while"
This reverts commit fe513a9eabc5e67f845278f85d93a951d7b02bb0.
---
.../camel/component/aws2/s3/integration/S3CopyObjectCustomerKeyIT.java | 2 --
.../org/apache/camel/component/salesforce/StreamingApiConsumerTest.java | 2 --
2 files changed, 4 deletions(-)
diff --git
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CopyObjectCustomerKeyIT.java
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CopyObjectCustomerKeyIT.java
index 63c850e9c23..49f140244d3 100644
---
a/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CopyObjectCustomerKeyIT.java
+++
b/components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/S3CopyObjectCustomerKeyIT.java
@@ -32,7 +32,6 @@ import org.apache.camel.component.aws2.s3.AWS2S3Constants;
import org.apache.camel.component.aws2.s3.AWS2S3Operations;
import org.apache.camel.component.mock.MockEndpoint;
import org.junit.jupiter.api.Assertions;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import software.amazon.awssdk.services.s3.model.GetObjectRequest;
import software.amazon.awssdk.utils.Md5Utils;
@@ -41,7 +40,6 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;
import static
software.amazon.awssdk.services.s3.model.ServerSideEncryption.AES256;
-@Disabled(value = "Broken test CAMEL-21417")
public class S3CopyObjectCustomerKeyIT extends Aws2S3Base {
byte[] secretKey = generateSecretKey();
diff --git
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/StreamingApiConsumerTest.java
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/StreamingApiConsumerTest.java
index 399ac146b32..a240acb431a 100644
---
a/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/StreamingApiConsumerTest.java
+++
b/components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/StreamingApiConsumerTest.java
@@ -36,7 +36,6 @@ import org.cometd.bayeux.Message;
import org.cometd.bayeux.client.ClientSessionChannel;
import org.cometd.common.HashMapMessage;
import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoSettings;
@@ -178,7 +177,6 @@ public class StreamingApiConsumerTest {
verify(processor).process(same(exchange), any());
}
- @Disabled(value = "Broken test CAMEL-21417")
@Test
public void shouldProcessPlatformEvents() throws Exception {
when(endpoint.getTopicName()).thenReturn("/event/TestEvent__e");