From 5bb45ec297897afe5e3ecbb2871182861f629253 Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Tue, 21 May 2024 16:29:45 -0400 Subject: [PATCH] skip pephub test comprehensive for now --- tests/test_comprehensive.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_comprehensive.py b/tests/test_comprehensive.py index f03f0692..5026eb53 100644 --- a/tests/test_comprehensive.py +++ b/tests/test_comprehensive.py @@ -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]