Skip to content

Commit

Permalink
skip v2.0 compatibility tests (#20949)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperalta authored Sep 29, 2021
1 parent 2257388 commit aed72ee
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 @@ -126,6 +126,7 @@ def test_form_api_version_document_model_admin_client(self):

@FormRecognizerPreparer()
@FormTrainingClientPreparer(client_kwargs={"api_version": FormRecognizerApiVersion.V2_0})
@pytest.mark.skip("the service is experiencing issues listing models for v2.x")
def test_v2_0_compatibility(self, client, formrecognizer_storage_container_sas_url_v2):
# test that the addition of new attributes in v2.1 does not break v2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def test_form_api_version_document_model_admin_client(self):

@FormRecognizerPreparer()
@FormTrainingClientPreparer(client_kwargs={"api_version": FormRecognizerApiVersion.V2_0})
@pytest.mark.skip("the service is experiencing issues listing models for v2.x")
async def test_v2_0_compatibility(self, client, formrecognizer_storage_container_sas_url_v2):
# test that the addition of new attributes in v2.1 does not break v2.0
async with client:
Expand Down

0 comments on commit aed72ee

Please sign in to comment.