File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dd-smoke-tests/debugger-integration-tests/src/test/java/datadog/smoketest Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ void testDisableEnableProbesUsingAllowList() throws Exception {
126126
127127 @ Test
128128 @ DisplayName ("testProbeStatusError" )
129+ @ DisabledIf (value = "datadog.trace.api.Platform#isJ9" , disabledReason = "Flaky on J9 JVMs" )
129130 public void testProbeStatusError () throws Exception {
130131 LogProbe logProbe =
131132 LogProbe .builder ()
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ void testMethodMultiTagsMultiConditions() throws Exception {
116116
117117 @ Test
118118 @ DisplayName ("testMethodSimpleTagValueError" )
119+ @ DisabledIf (value = "datadog.trace.api.Platform#isJ9" , disabledReason = "Flaky on J9 JVMs" )
119120 void testMethodSimpleTagValueError () throws Exception {
120121 SpanDecorationProbe spanDecorationProbe =
121122 SpanDecorationProbe .builder ()
@@ -152,6 +153,7 @@ void testMethodSimpleTagValueError() throws Exception {
152153
153154 @ Test
154155 @ DisplayName ("testMethodSimpleTagConditionError" )
156+ @ DisabledIf (value = "datadog.trace.api.Platform#isJ9" , disabledReason = "Flaky on J9 JVMs" )
155157 void testMethodSimpleTagConditionError () throws Exception {
156158 SpanDecorationProbe spanDecorationProbe =
157159 SpanDecorationProbe .builder ()
@@ -190,6 +192,7 @@ void testMethodSimpleTagConditionError() throws Exception {
190192
191193 @ Test
192194 @ DisplayName ("testMethodMultiTagValueError" )
195+ @ DisabledIf (value = "datadog.trace.api.Platform#isJ9" , disabledReason = "Flaky on J9 JVMs" )
193196 void testMethodMultiTagValueError () throws Exception {
194197 List <SpanDecorationProbe .Decoration > decorations =
195198 Arrays .asList (
You can’t perform that action at this time.
0 commit comments