We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b8859 commit 3c440deCopy full SHA for 3c440de
1 file changed
samples/snippets/conftest.py
@@ -117,7 +117,6 @@ def teardown_data_labeling_job(capsys, shared_state, data_labeling_job_client):
117
helpers.wait_for_job_state(
118
get_job_method=data_labeling_job_client.get_data_labeling_job,
119
name=shared_state["data_labeling_job_name"],
120
- expected_state='FAILED',
121
timeout=400,
122
freq=10,
123
)
0 commit comments