Skip to content

Commit

Permalink
Revert "CAMEL-21417: disable tests broken for a while"
Browse files Browse the repository at this point in the history
This reverts commit fe513a9.
  • Loading branch information
davsclaus committed Nov 28, 2024
1 parent 42e5350 commit 6964ea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
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;
Expand All @@ -41,7 +40,6 @@
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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
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;
Expand Down Expand Up @@ -178,7 +177,6 @@ public void shouldProcessMappedPayloadPushTopicMessages() throws Exception {
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");
Expand Down

0 comments on commit 6964ea5

Please sign in to comment.