File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ vars.proj.scala-java-time: ${vars.base} {
9
9
10
10
extra.exclude: ["*JS", "docs", "demo"]
11
11
extra.commands: ${vars.default-commands} [
12
- // TestDateTimeTextPrinting: started failing recently, I let them know at
12
+ // TestDateTimeTextPrinting: only works on JDK 13+, as per
13
13
// 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.
14
16
// TestSimpleDateTimeTextProvider: always fails on JDK 14
15
17
"""set scalajavatimeTests.jvm / Test / unmanagedSources / excludeFilter := HiddenFileFilter || "TestSimpleDateTimeTextProvider.scala" || "TestDateTimeTextPrinting.scala""""
16
18
]
You can’t perform that action at this time.
0 commit comments