Skip to content

Commit

Permalink
skip signature tests until service issue is resolved (Azure#23790)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperalta authored Apr 2, 2022
1 parent 9e1fd5b commit 4309d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def test_pages_kwarg_specified(self, client, formrecognizer_storage_container_sa
result = poller.result()
assert result

@pytest.mark.skip()
@FormRecognizerPreparer()
@DocumentModelAdministrationClientPreparer()
@recorded_by_proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ async def test_pages_kwarg_specified(self, client, formrecognizer_storage_contai
result = await poller.result()
assert result

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

0 comments on commit 4309d5e

Please sign in to comment.