Skip to content

Commit b156c28

Browse files
committed
Skip locale tests
1 parent f4bf36a commit b156c28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/pandas/tests/test_series_datetime.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,12 @@ def test_ceil(self):
262262
self.check_func(lambda x: x.dt.floor(freq="min"))
263263
self.check_func(lambda x: x.dt.floor(freq="H"))
264264

265+
@unittest.skip("Unsupported locale setting")
265266
def test_month_name(self):
266267
self.check_func(lambda x: x.dt.month_name())
267268
self.check_func(lambda x: x.dt.month_name(locale="en_US.UTF-8"))
268269

270+
@unittest.skip("Unsupported locale setting")
269271
def test_day_name(self):
270272
self.check_func(lambda x: x.dt.day_name())
271273
self.check_func(lambda x: x.dt.day_name(locale="en_US.UTF-8"))

0 commit comments

Comments
 (0)