Skip to content

Commit

Permalink
deprecate a (very old/CMX-era) unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 9, 2024
1 parent 3942c37 commit 9b52ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desitarget/test/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_qa_main(self):
# ADM there are only .html, .dat and .png files.
self.assertEqual(pngs+htmls+dats, alls)

@unittest.skipIf(_macos, "Skipping parallel test that fails on macOS.")
@unittest.skip("Test fails on Python >3.9, but CMX so deprecated.")
def test_qa_cmx(self):
"""Test plots/pages are made for some commissioning targets.
"""
Expand Down

0 comments on commit 9b52ec4

Please sign in to comment.