Skip to content

Commit

Permalink
fix: fix create data labeling job samples tests (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology committed Feb 24, 2021
1 parent 20b8859 commit 3c440de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/snippets/conftest.py
Expand Up @@ -117,7 +117,6 @@ def teardown_data_labeling_job(capsys, shared_state, data_labeling_job_client):
helpers.wait_for_job_state(
get_job_method=data_labeling_job_client.get_data_labeling_job,
name=shared_state["data_labeling_job_name"],
expected_state='FAILED',
timeout=400,
freq=10,
)
Expand Down

0 comments on commit 3c440de

Please sign in to comment.