We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ff417 commit 3521228Copy full SHA for 3521228
test-report/src/main/java/io/opentelemetry/instrumentation/testreport/FlakyTestReporter.java
@@ -108,6 +108,7 @@ private void scanTestFile(Path testReport) {
108
if (testExecuted != null && reportModified.isAfter(testExecuted)) {
109
System.err.println(
110
"Ignoring " + testReport + " since it appears to be restored from gradle build cache");
111
+ return;
112
}
113
114
class TestCase {
0 commit comments