Skip to content

Commit 3630254

Browse files
authored
Merge pull request #335 from cta-observatory/skip-calib-test
Skip temporarily calibration steps test
2 parents 6e91e50 + e1525d3 commit 3630254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osa/workflow/tests/test_stages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_analysis_stage(
7979
assert lines[-1].split(" ")[1] == cmd[0]
8080
assert lines[-1].split(" ")[-1] == "255\n"
8181

82-
82+
@pytest.mark.skip(reason="Currently not working with osa environment (needs lstcam-env environment)")
8383
def test_calibration_steps(running_analysis_dir):
8484
from osa.workflow.stages import DRS4PedestalStage, ChargeCalibrationStage
8585
from osa.scripts.calibration_pipeline import drs4_pedestal_command, calibration_file_command

0 commit comments

Comments
 (0)