wjones127 commented on a change in pull request #12536:
URL: https://github.com/apache/arrow/pull/12536#discussion_r826177969
##########
File path: cpp/src/arrow/compute/kernels/scalar_temporal_test.cc
##########
@@ -1875,6 +1870,9 @@ TEST_F(ScalarTemporalTest, StrftimeCLocale) {
}
TEST_F(ScalarTemporalTest, StrftimeOtherLocale) {
+#ifdef WIN32
+ GTEST_SKIP() << "There is a known bug in strftime for locales on Windows
(ARROW-15922)";
+#else
Review comment:
This isn't being skipped on AMD64 Windows?!
https://github.com/wjones127/arrow/runs/5539946289?check_suite_focus=true#step:8:730
--
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]