Skip to content

Commit

Permalink
add test skipping for pephub test
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Mar 21, 2024
1 parent fd588e7 commit 32697a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_comprehensive.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def test_comprehensive_looper_pipestat(prep_temp_pep_pipestat):
retrieved_result = psm.retrieve_one(record_identifier="frog_2")


@pytest.mark.skipif(not is_connected(), reason="This test needs internet access.")
def test_comprehensive_looper_pephub(prep_temp_pep_pephub):
"""Basic test to determine if Looper can run a PEP from PEPHub"""

Expand Down

0 comments on commit 32697a0

Please sign in to comment.