diff --git a/tests/reflectometry/corrections_test.py b/tests/reflectometry/corrections_test.py index 98924e1..044b5fc 100644 --- a/tests/reflectometry/corrections_test.py +++ b/tests/reflectometry/corrections_test.py @@ -46,6 +46,8 @@ def test_normalize_by_counts_fails_when_ncounts_is_too_small(): _ = corrections.normalize_by_counts(array) +# TODO +@pytest.mark.skip(reason="Orso disabled for now.") def test_normalize_by_counts_orso(): """ Tests the corrections.normalize_by_counts function