Skip to content

Commit 3521228

Browse files
committed
add missing return
1 parent 28ff417 commit 3521228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-report/src/main/java/io/opentelemetry/instrumentation/testreport/FlakyTestReporter.java

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ private void scanTestFile(Path testReport) {
108108
if (testExecuted != null && reportModified.isAfter(testExecuted)) {
109109
System.err.println(
110110
"Ignoring " + testReport + " since it appears to be restored from gradle build cache");
111+
return;
111112
}
112113

113114
class TestCase {

0 commit comments

Comments
 (0)