-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Dates/io tests fail on master when networking is unavailable #34655
Comments
I also don’t see how networking would change the printing. However,
|
I can create the same problem be with the networking on by comparing the output of Running
|
Seems the issue is here: Lines 68 to 73 in 4c67921
Where in the cases where n > 1 I tried a diff like this:
and both networking off and |
It seems when cff873b was introduced the
Where there are some tests in https://github.com/JuliaLang/julia/blob/master/stdlib/Dates/test/io.jl#L19
that are expecting this behavior:
It works for most test situations because in |
Still happens on v1.6.0 |
|
When networking is unavailable, some
Dates/io
tests fail due to the module name not being printed, e.g.:This does not happen with a internet connection.
The text was updated successfully, but these errors were encountered: