Skip to content

Commit

Permalink
Update LATISS pipeline building tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Sep 20, 2024
1 parent 24f4ab6 commit 6174e82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,13 @@ def test_cameras(self):

@unittest.skipIf(not has_obs_lsst, reason="Cannot test LATISS pipelines without obs_lsst")
def test_latiss_pipelines(self):
for pipeline in self._get_pipelines():
for pipeline in self._get_pipelines(exclude=[
# The following tasks are not part of the new pipelines.
"verifyDefectsIndividual.yaml",
# The following tasks will be added in the future.
"verifyCrosstalk.yaml",
"verifyBfk.yaml",
]):
self._check_pipeline(os.path.join(self.pipeline_path, "LATISS", pipeline))

@unittest.skipIf(not has_obs_lsst, reason="Cannot test LSSTCam pipelines without obs_lsst")
Expand Down

0 comments on commit 6174e82

Please sign in to comment.