diff --git a/tests/amor/pipeline_test.py b/tests/amor/pipeline_test.py index ceaaa594..87faacf9 100644 --- a/tests/amor/pipeline_test.py +++ b/tests/amor/pipeline_test.py @@ -28,6 +28,11 @@ ) from ess.reflectometry.workflow import with_filenames +# The files used in the AMOR reduction workflow have some scippnexus warnings +pytestmark = pytest.mark.filterwarnings( + "ignore:.*Invalid transformation, .*missing attribute 'vector':UserWarning", +) + @pytest.fixture def amor_pipeline() -> sciline.Pipeline: