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 6836076 commit cd4fafeCopy full SHA for cd4fafe
dd-smoke-tests/debugger-integration-tests/src/test/java/datadog/smoketest/LogProbesIntegrationTest.java
@@ -39,6 +39,7 @@
39
import org.junit.jupiter.api.Test;
40
import org.junit.jupiter.api.condition.DisabledIf;
41
42
+@Flaky
43
@NonRetryable
44
public class LogProbesIntegrationTest extends SimpleAppDebuggerIntegrationTest {
45
@Test
@@ -385,7 +386,6 @@ void testSamplingSnapshotDefault() throws Exception {
385
386
doSamplingSnapshot(null, MethodLocation.EXIT);
387
}
388
- @Flaky
389
390
@DisplayName("testSamplingSnapshotDefaultWithConditionAtEntry")
391
@DisabledIf(
0 commit comments