You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/agent-ci-visibility/src/main/java/datadog/trace/civisibility/execution/EarlyFlakeDetection.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,10 @@ public boolean suppressFailures() {
73
73
74
74
@Override
75
75
publicbooleanpropagateFailure() {
76
-
// used to bypass TestNG's RetryAnalyzer marking `fail` + `pass` test executions as passed
76
+
// used to bypass TestNG's RetryAnalyzer, which made the framework session status depend on
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/testng/testng-7.0/src/main/java/datadog/trace/instrumentation/testng7/TestNGExecutionInstrumentation.java
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -122,14 +122,11 @@ public static void modifyStatus(@Advice.Argument(0) final ITestResult result) {
0 commit comments