Skip to content

Commit

Permalink
skip pephub test comprehensive for now
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed May 21, 2024
1 parent 3899672 commit 5bb45ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_comprehensive.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,10 @@ def test_comprehensive_looper_pipestat(prep_temp_pep_pipestat):


@pytest.mark.skipif(not is_connected(), reason="This test needs internet access.")
@pytest.mark.skip(reason="user must be logged into pephub otherwise this will fail.")
def test_comprehensive_looper_pephub(prep_temp_pep_pephub):
"""Basic test to determine if Looper can run a PEP from PEPHub"""

# TODO need to add way to check if user is logged into pephub and then run test otherwise skip
path_to_looper_config = prep_temp_pep_pephub

x = ["run", "--looper-config", path_to_looper_config]
Expand Down

0 comments on commit 5bb45ec

Please sign in to comment.