Skip to content

Commit

Permalink
Merge pull request #251 from pllim/skip-to-xfail
Browse files Browse the repository at this point in the history
TST: Turn skip to xfail
  • Loading branch information
pllim authored Oct 12, 2023
2 parents d0e3099 + 3df936b commit 0aeb9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spherical_geometry/tests/test_intersection.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def test_intersection_crash():
_ = poly.overlap(testFoV)


@pytest.mark.skip(reason="currently there is no solution to get this to pass")
@pytest.mark.xfail(reason="currently there is no solution to get this to pass")
def test_intersection_crash_similar_poly():
p1 = polygon.SphericalPolygon(
np.array([[-0.1094946215827374, -0.8592766830993238, -0.499654390280199 ],
Expand Down

0 comments on commit 0aeb9f2

Please sign in to comment.