wjones127 commented on a change in pull request #12536:
URL: https://github.com/apache/arrow/pull/12536#discussion_r833673483
##########
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)";
Review comment:
Actually, I think the test is likely skipping on the
`LocaleExists("fr_FR.UTF-8")` condition; IIRC MinGW doesn't support locales
apart from "C" and "POSIX". Sadly, no indication in CI whether the test was
skipped: https://github.com/apache/arrow/runs/5504310182?check_suite_focus=true
--
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]