Skip to content

Commit

Permalink
fixing local only test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 6, 2024
1 parent 6488bf0 commit 80cbd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from src.common.staging_enums import StagingType, WorkflowTypeName, ReturnCodes


#@pytest.mark.skip(reason="Local test only")
@pytest.mark.skip(reason="Local test only")
def test_run():
"""
tests doing the normal operations for initial and final staging.
Expand Down

0 comments on commit 80cbd5f

Please sign in to comment.