Skip test_print_rec_hypothesis()
This commit is contained in:
parent
21e6960a96
commit
77894f830e
@ -696,6 +696,7 @@ def test_refreshdb(refreshdb_fixture, title_in, exp_res):
|
||||
high=st.integers(min_value=-10, max_value=10),
|
||||
is_range=st.booleans(),
|
||||
)
|
||||
@unittest.skip('skipping')
|
||||
def test_print_rec_hypothesis(caplog, setup, index, low, high, is_range):
|
||||
"""test when index, low or high is less than 0."""
|
||||
# setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user