Skip to content

Commit cd4fafe

Browse files
authored
Mark log probe tests flaky (#10119)
1 parent 6836076 commit cd4fafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/debugger-integration-tests/src/test/java/datadog/smoketest/LogProbesIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import org.junit.jupiter.api.Test;
4040
import org.junit.jupiter.api.condition.DisabledIf;
4141

42+
@Flaky
4243
@NonRetryable
4344
public class LogProbesIntegrationTest extends SimpleAppDebuggerIntegrationTest {
4445
@Test
@@ -385,7 +386,6 @@ void testSamplingSnapshotDefault() throws Exception {
385386
doSamplingSnapshot(null, MethodLocation.EXIT);
386387
}
387388

388-
@Flaky
389389
@Test
390390
@DisplayName("testSamplingSnapshotDefaultWithConditionAtEntry")
391391
@DisabledIf(

0 commit comments

Comments
 (0)