You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DateTimeConverterTest test("from java.sql.Date to days (since epoch) and back to java.sql.Date") is brittle and fails on some dev machines. It needs to be made more sturdy. I think it is dependent on locale or something along those lines.
For now, as a workaround you can add the @ignore locally to make tests work:
@Ignore
class DateTimeConverterTest extends AnyFunSuite with Matchers {
The text was updated successfully, but these errors were encountered:
The DateTimeConverterTest
test("from java.sql.Date to days (since epoch) and back to java.sql.Date")
is brittle and fails on some dev machines. It needs to be made more sturdy. I think it is dependent on locale or something along those lines.For now, as a workaround you can add the @ignore locally to make tests work:
The text was updated successfully, but these errors were encountered: