Skip to content

Commit 3255455

Browse files
committed
update comment
1 parent 77f578c commit 3255455

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proj/scala-java-time.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ vars.proj.scala-java-time: ${vars.base} {
99

1010
extra.exclude: ["*JS", "docs", "demo"]
1111
extra.commands: ${vars.default-commands} [
12-
// TestDateTimeTextPrinting: started failing recently, I let them know at
12+
// TestDateTimeTextPrinting: only works on JDK 13+, as per
1313
// https://github.com/cquiroz/scala-java-time/pull/176
14+
// It's not worth marking the entire repo expected-to-fail
15+
// on JDK 8 and 11 IMO, so we just exclude the test.
1416
// TestSimpleDateTimeTextProvider: always fails on JDK 14
1517
"""set scalajavatimeTests.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "TestSimpleDateTimeTextProvider.scala" || "TestDateTimeTextPrinting.scala""""
1618
]

0 commit comments

Comments
 (0)