Skip to content

Commit

Permalink
Disable broken test like in core
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Jan 28, 2025
1 parent 0fb153a commit 72e897e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.apache.camel.component.mock.MockEndpoint;
import org.apache.camel.spring.boot.CamelAutoConfiguration;
import org.apache.camel.test.spring.junit5.CamelSpringBootTest;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.springframework.boot.test.context.SpringBootTest;
Expand Down Expand Up @@ -59,6 +60,7 @@
@SpringBootTest(classes = { CamelAutoConfiguration.class, S3CopyObjectCustomerKeyTest.class,
S3CopyObjectCustomerKeyTest.TestConfiguration.class })
@DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com", disabledReason = "Disabled on GH Action due to Docker limit")
@Disabled("Broken test")
public class S3CopyObjectCustomerKeyTest extends BaseS3 {

byte[] secretKey = generateSecretKey();
Expand Down

0 comments on commit 72e897e

Please sign in to comment.