Skip to content

Commit

Permalink
[formrecognizer] Skip bad model ID copy test (Azure#27097)
Browse files Browse the repository at this point in the history
Currently this test case is returning an InternalServerError, will follow up with the service team.

Tracking Azure#27099
  • Loading branch information
catalinaperalta authored Oct 27, 2022
1 parent 8e897de commit 5aa1563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_copy_model_with_model_id_and_desc(self, client, formrecognizer_storage_
assert field["type"]
assert doc_type.field_confidence[key] is not None

@skip_flaky_test
@pytest.mark.skip()
@FormRecognizerPreparer()
@DocumentModelAdministrationClientPreparer()
@recorded_by_proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ async def test_copy_model_with_model_id_and_desc(self, client, formrecognizer_st
assert field["type"]
assert doc_type.field_confidence[key] is not None

@pytest.mark.skip()
@FormRecognizerPreparer()
@DocumentModelAdministrationClientPreparer()
@recorded_by_proxy_async
Expand Down

0 comments on commit 5aa1563

Please sign in to comment.