Skip to content

Commit

Permalink
skip bad target tests (Azure#17925)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored and benbp committed Apr 19, 2021
1 parent 33016e5 commit 2e20647
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 @@ -182,6 +182,7 @@ def test_bad_input_source(self, client):
job = client.wait_until_done(job.id)
assert e.value.error.code == "InvalidDocumentAccessLevel"

@pytest.mark.skip("https://github.com/Azure/azure-sdk-for-python/issues/17914")
@DocumentTranslationPreparer()
@DocumentTranslationClientPreparer()
def test_bad_input_target(self, client):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ async def test_bad_input_source(self, client):
job = await client.wait_until_done(job.id)
assert e.value.error.code == "InvalidDocumentAccessLevel"

@pytest.mark.skip("https://github.com/Azure/azure-sdk-for-python/issues/17914")
@DocumentTranslationPreparer()
@DocumentTranslationClientPreparer()
async def test_bad_input_target(self, client):
Expand Down

0 comments on commit 2e20647

Please sign in to comment.