diff --git a/test/ui/test_missing_cross_section.py b/test/ui/test_missing_cross_section.py index c57e4a2..ca77705 100644 --- a/test/ui/test_missing_cross_section.py +++ b/test/ui/test_missing_cross_section.py @@ -12,7 +12,7 @@ TEST_REFLECTIVITY_THRESHOLD_VALUE = 0.01 -#@pytest.mark.skip("Test fails in the CI pipeline, see EWM 7743") +# @pytest.mark.skip("Test fails in the CI pipeline, see EWM 7743") @pytest.mark.datarepo def test_missing_cross_section(qtbot): r"""Test a run where the crossection corresponding to the On-On spin combination has no integrated @@ -35,5 +35,6 @@ def test_missing_cross_section(qtbot): assert intensity_on_on / intensity_off_on < TEST_REFLECTIVITY_THRESHOLD_VALUE del main_window + if __name__ == "__main__": pytest.main([__file__])