Skip to content

Commit 5d734ad

Browse files
committed
TST: xfail test for gh-16234
1 parent 0a88875 commit 5d734ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/tests/tseries/test_timezones.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,10 @@ 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
1183+
11801184

11811185
class TestTimeZoneCacheKey(tm.TestCase):
11821186

0 commit comments

Comments
 (0)