Skip to content

Commit

Permalink
samples: updated requierement.txt and enabled list sample test (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl committed Sep 2, 2020
1 parent 9793e83 commit 0030fb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion datalabeling/snippets/manage_dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def run_sample():
assert "The dataset resource name:" in out


@pytest.mark.skip("Constantly failing")
def test_list_dataset(capsys, dataset):
@backoff.on_exception(
backoff.expo, ServerError, max_time=testing_lib.RETRY_DEADLINE
Expand Down
2 changes: 1 addition & 1 deletion datalabeling/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-datalabeling==0.4.0
google-cloud-datalabeling==1.0.0

0 comments on commit 0030fb9

Please sign in to comment.