We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4a079 commit c086087Copy full SHA for c086087
apm-agent-plugins/apm-jms-plugin/src/test/java/co/elastic/apm/agent/jms/JmsInstrumentationIT.java
@@ -33,6 +33,7 @@
33
import org.junit.After;
34
import org.junit.AfterClass;
35
import org.junit.Before;
36
+import org.junit.Ignore;
37
import org.junit.Test;
38
import org.junit.runner.RunWith;
39
import org.junit.runners.Parameterized;
@@ -61,6 +62,7 @@
61
62
63
import static org.assertj.core.api.Assertions.assertThat;
64
65
+@Ignore
66
@RunWith(Parameterized.class)
67
public class JmsInstrumentationIT extends AbstractInstrumentationTest {
68
0 commit comments