Skip to content

Commit b5d7d24

Browse files
committed
Add @pytest.mark.xfail until fixed
As suggested by @pllim
1 parent c2d91d8 commit b5d7d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astropy/coordinates/tests/test_funcs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def test_sun():
3232
assert np.all(np.abs(gcrs2.dec - [23.5, 0, -23.5]*u.deg) < 1*u.deg)
3333

3434

35+
@pytest.mark.xfail
3536
def test_constellations(recwarn):
3637
from astropy.coordinates import ICRS, FK5, SkyCoord
3738
from astropy.coordinates.funcs import get_constellation

0 commit comments

Comments
 (0)