Skip to content

Commit fe1d6d6

Browse files
authored
mark as flaky testExceptionReplayEnablement (#8613)
1 parent fbef759 commit fe1d6d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import static datadog.smoketest.debugger.TestApplicationHelper.waitForSpecificLine;
44

55
import com.datadog.debugger.probe.LogProbe;
6+
import datadog.trace.test.util.Flaky;
67
import java.io.IOException;
78
import java.nio.file.Path;
89
import java.util.ArrayList;
@@ -52,6 +53,7 @@ void testDynamicInstrumentationEnablementStaticallyDisabled() throws Exception {
5253
waitForSpecificLine(appUrl, "Feature dynamic.instrumentation.enabled is explicitly disabled");
5354
}
5455

56+
@Flaky
5557
@Test
5658
@DisplayName("testExceptionReplayEnablement")
5759
void testExceptionReplayEnablement() throws Exception {

0 commit comments

Comments
 (0)