Skip to content

Commit

Permalink
Also skip unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 29, 2024
1 parent 74e8d32 commit d8379a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/app/test_galaxy_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
from galaxy.tool_shed.unittest_utils import StandaloneInstallationTarget
from galaxy.tool_shed.util.repository_util import check_for_updates
from galaxy.util.tool_shed.tool_shed_registry import DEFAULT_TOOL_SHED_URL
from galaxy.util.unittest_utils import skip_if_site_down


@skip_if_site_down("toolshed.g2.bx.psu.edu")
def test_against_production_shed(tmp_path: Path):
repo_owner = "iuc"
repo_name = "featurecounts"
Expand Down

0 comments on commit d8379a7

Please sign in to comment.