Skip to content

Commit

Permalink
MNT: Skip tests removed from DLS filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jun 27, 2023
1 parent f5e835c commit 133ca8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/format/test_FormatNXmxDLS16M.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_rotation_scan_i04_2022_run_5(master_h5):
assert masker.get_mask(imageset.get_detector(), 100)[0].count(False) == 1110799


@pytest.mark.skip(reason="Data erased from CM visit")
@pytest.mark.parametrize(
"master_h5",
[
Expand All @@ -116,6 +117,7 @@ def test_masked_i04_32bit(master_h5):
assert flex.max(imageset[0][0]) != 0x7FFFFFFF


@pytest.mark.skip(reason="Data erased from CM visit")
@pytest.mark.parametrize(
"master_h5",
[
Expand Down
1 change: 1 addition & 0 deletions tests/format/test_FormatNXmxDLS16MI03.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
pytest.importorskip("h5py")


@pytest.mark.skip(reason="Data erased from CM visit")
@pytest.mark.parametrize(
"master_h5,masked_count",
[
Expand Down

0 comments on commit 133ca8e

Please sign in to comment.