Skip to content

Commit 6117896

Browse files
committed
TST: xfail test for pandas-devgh-16234
1 parent 0a88875 commit 6117896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/tseries/test_timezones.py

+3
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,9 @@ def test_tz_convert_tzlocal(self):
11771177
dti2 = dti.tz_convert(None)
11781178
tm.assert_numpy_array_equal(dti2.asi8, dti.asi8)
11791179

1180+
@pytest.mark.xfail(reason='See gh-16234')
1181+
def test_ambiguous_flags(self):
1182+
raise NotImplementedError
11801183

11811184
class TestTimeZoneCacheKey(tm.TestCase):
11821185

0 commit comments

Comments
 (0)