Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 25, 2024
1 parent 61ae645 commit 2e14e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ui/test_missing_cross_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__])

0 comments on commit 2e14e0f

Please sign in to comment.