Skip to content

Commit 28ff417

Browse files
committed
suppress warning
1 parent e041e3b commit 28ff417

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
@@ -71,6 +71,7 @@ private static Document parse(Path testReport) {
7171
}
7272
}
7373

74+
@SuppressWarnings("JavaTimeDefaultTimeZone")
7475
private void scanTestFile(Path testReport) {
7576
Document doc = parse(testReport);
7677
doc.getDocumentElement().normalize();

0 commit comments

Comments
 (0)