Skip to content

Commit

Permalink
Disables failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlett committed Sep 26, 2023
1 parent 3b617fa commit 90cd2df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import org.apache.camel.test.spring.junit5.CamelSpringBootTest;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Bean;
Expand Down Expand Up @@ -62,6 +63,7 @@
Ddb2StreamTest.TestConfiguration.class
}
)
@Disabled
class Ddb2StreamTest extends BaseDdb2{

private final static String tableName = "TestTable";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.apache.camel.test.spring.junit5.CamelSpringBootTest;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Bean;
Expand All @@ -45,6 +46,7 @@
KinesisComponentTest.TestConfiguration.class
}
)
@Disabled("API rate limit exceeded")
public class KinesisComponentTest extends BaseKinesis {

@EndpointInject("mock:result")
Expand Down

0 comments on commit 90cd2df

Please sign in to comment.