Skip to content

Commit 0731038

Browse files
committed
mark the whole class flaky
1 parent 56898bf commit 0731038

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.junit.jupiter.api.Test;
2121
import org.junit.jupiter.api.condition.DisabledIf;
2222

23+
@Flaky
2324
public class ExceptionDebuggerIntegrationTest extends ServerAppDebuggerIntegrationTest {
2425

2526
private List<String> snapshotIdTags = new ArrayList<>();
@@ -242,7 +243,6 @@ void test5CapturedFrames() throws Exception {
242243
});
243244
}
244245

245-
@Flaky
246246
@Test
247247
@DisplayName("test3CapturedRecursiveFrames")
248248
@DisabledIf(

0 commit comments

Comments
 (0)