Skip to content

Commit 3c440de

Browse files
authored
fix: fix create data labeling job samples tests (#244)
1 parent 20b8859 commit 3c440de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/snippets/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def teardown_data_labeling_job(capsys, shared_state, data_labeling_job_client):
117117
helpers.wait_for_job_state(
118118
get_job_method=data_labeling_job_client.get_data_labeling_job,
119119
name=shared_state["data_labeling_job_name"],
120-
expected_state='FAILED',
121120
timeout=400,
122121
freq=10,
123122
)

0 commit comments

Comments
 (0)