rok commented on a change in pull request #10457:
URL: https://github.com/apache/arrow/pull/10457#discussion_r689816847



##########
File path: r/tests/testthat/test-dplyr-lubridate.R
##########
@@ -26,22 +26,13 @@ library(dplyr)
 # TODO: consider reevaluating this workaround after ARROW-12980
 withr::local_timezone("UTC")
 
-test_date <- as.POSIXct("2017-01-01 00:00:12.3456789", tz = "")
+if (tolower(Sys.info()[["sysname"]]) == "windows") {

Review comment:
       This is due to the [timezone db issue on 
windows](https://issues.apache.org/jira/browse/ARROW-13168). 
   A comment here could state:
   ```
   # TODO: We should test on windows once ARROW-13168 is resolved.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to