Skip to content

Commit 967d961

Browse files
committed
mark flaky Exception Replay integration test
ExceptionDebuggerIntegrationTest::test3CapturedRecursiveFrames
1 parent c93f2e7 commit 967d961

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/ExceptionDebuggerIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import java.util.HashMap;
1616
import java.util.List;
1717
import java.util.Map;
18+
import datadog.trace.test.util.Flaky;
1819
import org.junit.jupiter.api.DisplayName;
1920
import org.junit.jupiter.api.Test;
2021
import org.junit.jupiter.api.condition.DisabledIf;
@@ -241,6 +242,7 @@ void test5CapturedFrames() throws Exception {
241242
});
242243
}
243244

245+
@Flaky
244246
@Test
245247
@DisplayName("test3CapturedRecursiveFrames")
246248
@DisabledIf(

0 commit comments

Comments
 (0)