Skip to content

Commit

Permalink
Added SKIP to a PyTest which should NOT be executed in automated
Browse files Browse the repository at this point in the history
testing as it can take too much time to execute. Further, the test
was designed for generating statistics, after the fact, on the
quality of the alignment (via RMS) during the processing.
  • Loading branch information
mdlpstsci committed May 16, 2024
1 parent 21ca8eb commit 8fd0c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hap/test_alignpipe_randomlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def pytest_generate_tests(metafunc):
@pytest.mark.bigdata
@pytest.mark.slow
@pytest.mark.unit
@pytest.mark.skip(reason="Test designed to run *large* numbers of datasets for alignment statistics.")
def test_alignpipe_randomlist(tmpdir, dataset):
""" Tests which validate whether mosaics can be aligned to an astrometric standard.
Expand Down

0 comments on commit 8fd0c3c

Please sign in to comment.