Skip to content

Commit

Permalink
mark test_median_clean as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Apr 17, 2024
1 parent 0b875c0 commit 9e5619b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroscrappy/tests/test_cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def testdata():
return imdata, crmask



@pytest.mark.xfail
def test_median_clean(testdata):
imdata, crmask = testdata
# Because our image only contains single cosmics, turn off
Expand Down

0 comments on commit 9e5619b

Please sign in to comment.