Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateTimeConverterTest is brittle #315

Open
pj-spoelders opened this issue Apr 30, 2024 · 0 comments
Open

DateTimeConverterTest is brittle #315

pj-spoelders opened this issue Apr 30, 2024 · 0 comments
Labels
refactoring Code improvement without behavior change

Comments

@pj-spoelders
Copy link
Contributor

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 {
@pj-spoelders pj-spoelders added the refactoring Code improvement without behavior change label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

1 participant