Skip to content

Commit

Permalink
Update test_hda.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-correa authored Dec 15, 2023
1 parent 09d777c commit 991adbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_hda.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ def test_search_results_slicing():
assert s[-1].volume == 50
assert len(s[:]) == len(r)
assert s[1:].volume == 140



@pytest.mark.skipif(NO_HDARC, reason="No access to HDA")
def test_hda_1():
assert True


@pytest.mark.skipif(NO_HDARC, reason="No access to HDA")
def test_hda_2():
assert True
Expand Down

0 comments on commit 991adbc

Please sign in to comment.