Skip to content

Commit

Permalink
test: Drop url fetch test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Dec 19, 2024
1 parent fa72a5f commit c5a0684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def test_read_chromsizes():
util.read_chromsizes(op.join(datadir, "toy.chrom.sizes"))


def test_fetch_chromsizes():
util.fetch_chromsizes("hg19")
# def test_fetch_chromsizes():
# util.fetch_chromsizes("hg19")


def test_load_fasta():
Expand Down

0 comments on commit c5a0684

Please sign in to comment.