Skip to content

Commit c086087

Browse files
committed
Disable flaky JMS tests
1 parent ab4a079 commit c086087

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apm-agent-plugins/apm-jms-plugin/src/test/java/co/elastic/apm/agent/jms/JmsInstrumentationIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.junit.After;
3434
import org.junit.AfterClass;
3535
import org.junit.Before;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839
import org.junit.runners.Parameterized;
@@ -61,6 +62,7 @@
6162

6263
import static org.assertj.core.api.Assertions.assertThat;
6364

65+
@Ignore
6466
@RunWith(Parameterized.class)
6567
public class JmsInstrumentationIT extends AbstractInstrumentationTest {
6668

0 commit comments

Comments
 (0)