Skip to content

Commit

Permalink
Remove XPASS on Imageset test
Browse files Browse the repository at this point in the history
The underlying issue was fixed in cctbx#634.
  • Loading branch information
ndevenish committed Apr 23, 2024
1 parent 884de37 commit 0e6976e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions newsfragments/XXX.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 0e6976e

Please sign in to comment.