Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: skip unavailable samples
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Aug 7, 2020
1 parent 0b73b8b commit 77079aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/label_image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def cleaner():

# Passing in dataset as the last argument in test_label_image since it needs
# to be deleted before the annotation_spec_set can be deleted.
@pytest.mark.skip(reason="currently unavailable")
def test_label_image(
capsys, annotation_spec_set, instruction, dataset, cleaner):

Expand Down
1 change: 1 addition & 0 deletions samples/snippets/label_video_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def cleaner():

# Passing in dataset as the last argument in test_label_image since it needs
# to be deleted before the annotation_spec_set can be deleted.
@pytest.mark.skip(reason="currently unavailable")
def test_label_video(
capsys, annotation_spec_set, instruction, dataset, cleaner):

Expand Down

0 comments on commit 77079aa

Please sign in to comment.