Skip to content

Commit

Permalink
disable watch test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 18, 2024
1 parent b12fb55 commit 1d1d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sourmash.py
Original file line number Diff line number Diff line change
Expand Up @@ -7016,7 +7016,7 @@ def test_watch_check_num_bounds_less_than_minimum(runtmp):

assert "WARNING: num value should be >= 50. Continuing anyway." in c.last_result.err


@pytest.mark.skip
def test_watch_check_num_bounds_more_than_maximum(runtmp):
# check that watch properly outputs warnings on large num
c = runtmp
Expand Down

0 comments on commit 1d1d5e4

Please sign in to comment.