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



##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -1347,6 +1351,32 @@ def test_strptime():
     assert got == expected
 
 
+# TODO: We should test on windows once ARROW-13168 is resolved.
[email protected]
[email protected](sys.platform == 'win32',
+                    reason="Timezone database is not available on Windows yet")
+def test_strftime():

Review comment:
       Done.




-- 
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