We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feba166 commit a788aecCopy full SHA for a788aec
pandas/tests/indexes/datetimes/test_tools.py
@@ -960,6 +960,7 @@ def test_guess_datetime_format_nopadding(self):
960
for dt_string, dt_format in dt_string_to_format:
961
assert tools._guess_datetime_format(dt_string) == dt_format
962
963
+ @pytest.mark.xfail(reason="GH18141 - dateutil > 2.6.1 broken")
964
def test_guess_datetime_format_for_array(self):
965
tm._skip_if_not_us_locale()
966
expected_format = '%Y-%m-%d %H:%M:%S.%f'
0 commit comments