Skip to content

Commit

Permalink
Disable SpringAmqpBatchIT due to flakyness (#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz authored Dec 4, 2023
1 parent c3e273c commit bd969b3
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 co.elastic.apm.agent.rabbitmq.components.batch.BatchListenerComponent;
import co.elastic.apm.agent.rabbitmq.config.BatchConfiguration;
import co.elastic.apm.agent.tracer.configuration.MessagingConfiguration;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.amqp.rabbit.core.BatchingRabbitTemplate;
Expand All @@ -45,6 +46,7 @@
@RunWith(SpringRunner.class)
@SpringBootTest
@ContextConfiguration(classes = {BatchConfiguration.class, BatchListenerComponent.class}, initializers = {RabbitMqTestBase.Initializer.class})
@Ignore("Test causes CI flakyness, presumably due to unclean shutdown of RabbitMqTestBase: Can pre reproduced by running the test in repeated mode locally.")
public class SpringAmqpBatchIT extends RabbitMqTestBase {

@Autowired
Expand Down

0 comments on commit bd969b3

Please sign in to comment.