Skip to content

Commit

Permalink
ci: Skip test because of network issues on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Oct 18, 2024
1 parent 98ea1f3 commit 19c746b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_bbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def test_sigs():
assert f.is_remote


@pytest.mark.skipif(os.getenv("GITHUB_ACTIONS") == "true", reason="Skipped on GitHub Actions")
def test_aws_403_redirect():
# See https://stat.ethz.ch/pipermail/bioc-devel/2016-May/009241.html
url = 'https://www.encodeproject.org/files/ENCFF620UMO/@@download/ENCFF620UMO.bigWig'
Expand Down

0 comments on commit 19c746b

Please sign in to comment.