Skip to content

Commit

Permalink
Remove XPASS on "Imageset slicing consistency" test (#726)
Browse files Browse the repository at this point in the history
The underlying issue was fixed in #634.
  • Loading branch information
ndevenish authored Apr 23, 2024
1 parent e0c47b6 commit ece63b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions newsfragments/726.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove XPASS on imageset slice consistency test.
3 changes: 0 additions & 3 deletions tests/test_imageset.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,6 @@ def test_multi_panel(multi_panel, expected_panel_count, dials_regression):
)


@pytest.mark.xfail(
raises=OverflowError, reason="https://github.com/cctbx/dxtbx/issues/213"
)
def test_scan_imageset_slice_consistency(dials_data):
files = dials_data("centroid_test_data", pathlib=False).listdir("*.cbf", sort=True)[
1:
Expand Down

0 comments on commit ece63b8

Please sign in to comment.